This commit is contained in:
mstroh76
2024-03-09 14:11:06 +01:00
parent 0bd1a301bf
commit 39663ba396
5 changed files with 107 additions and 49 deletions

View File

@@ -61,7 +61,8 @@ SRC = wiringPi.c \
bmp180.c htu21d.c ds18b20.c rht03.c \
drcSerial.c drcNet.c \
pseudoPins.c \
wpiExtensions.c
wpiExtensions.c \
wiringPiLegacy.c
HEADERS = $(shell ls *.h)