You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the parameter for i2c. After compiling with Arduino IDE i can see that SPI is in the compiler logs too.
I have manual remove all SPI from BlueDot_BME280.h and BlueDot_BME280.cpp
The Sensor work fine
Der Sketch verwendet 269983 Bytes (25%) des Programmspeicherplatzes. Das Maximum sind 1044464 Bytes.
Globale Variablen verwenden 34528 Bytes (42%) des dynamischen Speichers, 47392 Bytes für lokale Variablen verbleiben. Das Maximum sind 81920 Bytes.
spi removed from libary code give some free bytes.
Der Sketch verwendet 268683 Bytes (25%) des Programmspeicherplatzes. Das Maximum sind 1044464 Bytes.
Globale Variablen verwenden 34500 Bytes (42%) des dynamischen Speichers, 47420 Bytes für lokale Variablen verbleiben. Das Maximum sind 81920 Bytes.
Maybe you can modify the libary that SPI is not included when it is not need.
The text was updated successfully, but these errors were encountered:
I use the parameter for i2c. After compiling with Arduino IDE i can see that SPI is in the compiler logs too.
I have manual remove all SPI from BlueDot_BME280.h and BlueDot_BME280.cpp
The Sensor work fine
Der Sketch verwendet 269983 Bytes (25%) des Programmspeicherplatzes. Das Maximum sind 1044464 Bytes.
Globale Variablen verwenden 34528 Bytes (42%) des dynamischen Speichers, 47392 Bytes für lokale Variablen verbleiben. Das Maximum sind 81920 Bytes.
spi removed from libary code give some free bytes.
Der Sketch verwendet 268683 Bytes (25%) des Programmspeicherplatzes. Das Maximum sind 1044464 Bytes.
Globale Variablen verwenden 34500 Bytes (42%) des dynamischen Speichers, 47420 Bytes für lokale Variablen verbleiben. Das Maximum sind 81920 Bytes.
Maybe you can modify the libary that SPI is not included when it is not need.
The text was updated successfully, but these errors were encountered: