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

A simple Lwt server for delivering the messages to the LCD

This commit is contained in:
dan
2019-06-26 18:30:21 +02:00
parent feb2e218dc
commit c2ced8a13c
2 changed files with 161 additions and 0 deletions

9
_oasis
View File

@@ -24,3 +24,12 @@ Executable "adafruit-lcd-example"
BuildTools: ocamlbuild
MainIs: lcd_example.ml
BuildDepends: WiringPi,unix
Executable "adafruit-lcd-server"
CompiledObject: native
Path: examples/
BuildTools: ocamlbuild
MainIs: lcd_lwt.ml
BuildDepends: WiringPi,unix,lwt,lwt.unix,threads
CCLib: -lwiringPi