Add BME280 over SPI

This commit is contained in:
Edward Emelianov
2025-10-05 00:10:02 +03:00
parent f994799353
commit 17b4d714e0
16 changed files with 826 additions and 39 deletions

View File

@@ -18,7 +18,7 @@
#pragma once
extern const char *Timage, *Sensno;
extern const char *const Timage;
#define SEND_USB (1)
#define SEND_USART (0)