1
0
mirror of https://github.com/co-dan/ocaml-wiringpi/ synced 2025-11-03 14:13:51 +01:00

add an example

This commit is contained in:
dan
2019-02-09 23:43:08 +01:00
parent 5b9eb6b429
commit 0beb92d299
2 changed files with 27 additions and 0 deletions

5
_oasis
View File

@@ -13,3 +13,8 @@ Library "WiringPi"
CSources: WiringPi_stubs.c
CCLib: -lwiringPi
Executable "wpi-button-example"
Path: examples/
BuildTools: ocamlbuild
MainIs: button.ml
BuildDepends: WiringPi,unix