Добавлен пример для работы прерывания по gpio
This commit is contained in:
3
examples/Makefile
Normal file → Executable file
3
examples/Makefile
Normal file → Executable file
@@ -48,7 +48,8 @@ SRC = blink.c blink8.c blink12.c \
|
||||
delayTest.c serialRead.c serialTest.c okLed.c ds1302.c \
|
||||
lowPower.c \
|
||||
max31855.c \
|
||||
rht03.c
|
||||
rht03.c \
|
||||
gpio-interrupt.c
|
||||
|
||||
OBJ = $(SRC:.c=.o)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user