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

@@ -40,6 +40,10 @@
#define NULL (0)
#endif
#ifndef _U_
#define _U_ __attribute__((__unused__))
#endif
// some good things from CMSIS
#define nop() __NOP()