Added I2C and BMP280
i2c already running and functional, bmp280 code is still in the main and needs re-organisation Temperature readout works, pressure is not required at this stage
This commit is contained in:
@@ -4,7 +4,9 @@
|
||||
idf_component_register(
|
||||
SRCS # list the source files of this component
|
||||
"main.cpp"
|
||||
"src/bmp280.cpp"
|
||||
"src/gpio.cpp"
|
||||
"src/i2c.cpp"
|
||||
"src/wifi.cpp"
|
||||
"src/logger.cpp"
|
||||
"src/led_strip_encoder.c"
|
||||
|
||||
Reference in New Issue
Block a user