moved from wiringpi to libgpiod

This commit is contained in:
Devaev Maxim
2020-09-17 20:33:05 +03:00
parent 2ad8871a54
commit 6725083be6
13 changed files with 200 additions and 114 deletions

View File

@@ -35,7 +35,7 @@ endif
ifneq ($(call optbool,$(WITH_GPIO)),)
_LIBS += -lwiringPi
_LIBS += -lgpiod
override CFLAGS += -DWITH_GPIO
_SRCS += $(shell ls src/gpio/*.c)
endif