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

Split the LCD API and the example into two files

This commit is contained in:
dan
2019-06-26 17:22:27 +02:00
parent 2fcb2160f3
commit feb2e218dc
3 changed files with 21 additions and 17 deletions

2
_oasis
View File

@@ -22,5 +22,5 @@ Executable "wpi-button-example"
Executable "adafruit-lcd-example"
Path: examples/
BuildTools: ocamlbuild
MainIs: lcd.ml
MainIs: lcd_example.ml
BuildDepends: WiringPi,unix