SPI test: just read the chip ID

This commit is contained in:
Joey Castillo
2022-02-17 14:28:25 -05:00
parent 15cbe09410
commit 0337d198ff
2 changed files with 10 additions and 22 deletions

10
apps/spi-test/Makefile Executable file
View File

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