The SPI-MEMS example, its not great but it does use the SPI
port and can tell you the temperature of the room you are in.
This commit is contained in:
committed by
Piotr Esden-Tempski
parent
e5585dd07d
commit
4defd3e1d2
7
examples/stm32/f4/stm32f4-disco/spi/Makefile
Normal file
7
examples/stm32/f4/stm32f4-disco/spi/Makefile
Normal file
@@ -0,0 +1,7 @@
|
||||
OBJS = clock.o console.o
|
||||
|
||||
BINARY = spi-mems
|
||||
|
||||
LDSCRIPT = ../stm32f4-disco.ld
|
||||
|
||||
include ../../Makefile.include
|
||||
Reference in New Issue
Block a user