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

@@ -1,3 +1,5 @@
BMP280.c
BMP280.h
adc.c
adc.h
buttons.c
@@ -16,6 +18,8 @@ hashgen/hdr.h
hashgen/test.c
i2c.c
i2c.h
ili9341.c
ili9341.h
main.c
pdnuart.c
pdnuart.h
@@ -23,6 +27,8 @@ proto.c
proto.h
ringbuffer.c
ringbuffer.h
spi.c
spi.h
steppers.c
steppers.h
strfunc.c

Before

Width:  |  Height:  |  Size: 352 B

After

Width:  |  Height:  |  Size: 402 B