72dce7118a | ||
---|---|---|
COPYING | ||
Makefile | ||
README.org | ||
sapin_noel.bin | ||
sapin_noel.ml | ||
shiftReg.ml | ||
wiringPiOcaml.ml | ||
wiringPiOcaml_stub.c |
README.org
Use
To use it just run
make
and then
sudo ./sapin_noel.bin
Goal
This script uses the wiringPi library http://wiringpi.com/ (thank you for your job) and adapt it in order to make it usable in Ocaml. Must common functions are implemented (see wiringPiOcaml.ml) but lot's a function aren't present for the moment. It's very simple to add these functions, so you can add them and if you want I can add your modifications.
There is too a little script to use shift registers.
Enjoy !