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

@@ -1,3 +1,5 @@
BMP280.c
BMP280.h
hardware.c
hardware.h
i2c.c
@@ -15,6 +17,8 @@ proto.c
proto.h
ringbuffer.c
ringbuffer.h
spi.c
spi.h
strfunc.c
strfunc.h
usart.c

Before

Width:  |  Height:  |  Size: 302 B

After

Width:  |  Height:  |  Size: 332 B