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

Add test_led with lot's of interesting test functions (not documented yet), and the file sapin_noel is for 2 reg now.

This commit is contained in:
Tobias Bora
2013-12-15 07:40:30 +01:00
parent 72dce7118a
commit 1a7b22e8d4
4 changed files with 104 additions and 4 deletions

View File

@@ -11,6 +11,7 @@ OUTPUT=$(MAIN:.ml=.bin)
all: $(OBJECTS)
$(CC) $(OPT) -cclib -lwiringPi unix.cma $(SOURCES) $(MAIN) -o $(OUTPUT)
$(CC) $(OPT) -cclib -lwiringPi unix.cma $(SOURCES) test_led.ml -o test_led.bin
clean:
rm -f *.cmo *.cmi *.cmx