1
0

move wip stuff to wip

This commit is contained in:
dtb
2023-11-18 15:10:00 -07:00
parent b70d3c08a7
commit 4a7483a0ae
87 changed files with 0 additions and 37 deletions

3
wip/ht16k33/Makefile Normal file
View File

@@ -0,0 +1,3 @@
CFLAGS += -I/usr/local/include -L/usr/local/lib
ht16k33: ht16k33.c
$(CC) $(CFLAGS) -lwiringPi -o ht16k33 ht16k33.c