steps toward SPI support in watch library

This commit is contained in:
Joey Castillo
2021-10-25 16:04:10 -04:00
parent 22c072ac3f
commit f98bc9bb4e
6 changed files with 86 additions and 2 deletions

1
apps/Sensor Watch SPI Test/make/.gitignore vendored Executable file
View File

@@ -0,0 +1 @@
build/

View File

@@ -0,0 +1,10 @@
TOP = ../../..
include $(TOP)/make.mk
INCLUDES += \
-I../
SRCS += \
../app.c
include $(TOP)/rules.mk