Added and integrated bmp280 temperature sensor
This commit is contained in:
@@ -4,12 +4,12 @@
|
||||
idf_component_register(
|
||||
SRCS # list the source files of this component
|
||||
"main.cpp"
|
||||
# "old/src/bmp280.cpp"
|
||||
"hal/src/esplog.cpp"
|
||||
"hal/src/i2c.cpp"
|
||||
"hal/src/gpio.cpp"
|
||||
"hal/src/uart.cpp"
|
||||
|
||||
"platform/src/bmp280.cpp"
|
||||
"platform/src/isl29125.cpp"
|
||||
"platform/src/logger.cpp"
|
||||
"platform/src/prgm_ledstrip.cpp"
|
||||
|
||||
Reference in New Issue
Block a user