Добавлен пример для работы прерывания по gpio

This commit is contained in:
sasha80
2026-04-15 11:34:36 +03:00
parent 99f2780c1f
commit ade3b26942
235 changed files with 366 additions and 2 deletions

3
examples/Makefile Normal file → Executable file
View 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)