add BME280, try to work with SPI TFT display (no reaction yet)

This commit is contained in:
Edward Emelianov
2023-05-08 01:30:34 +03:00
parent e0352dde3f
commit 16f3b31f4f
14 changed files with 187 additions and 30 deletions

View File

@@ -4,6 +4,7 @@ MCU := F302xc
# change this linking script depending on particular MCU model,
LDSCRIPT := stm32f302xB.ld
DEFINES := -DUSB1_16
LDADD := -lm
include ../makefile.f3
include ../../makefile.stm32