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:
9
_oasis
9
_oasis
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user