Files
libopencm3-examples/examples/stm32/f4/stm32f4-disco/spi/Makefile
cmcmanis 4defd3e1d2 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.
2015-01-20 16:12:56 -08:00

8 lines
108 B
Makefile

OBJS = clock.o console.o
BINARY = spi-mems
LDSCRIPT = ../stm32f4-disco.ld
include ../../Makefile.include