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
The BME280 Python code is operational but occupies almost all the available memory. Sadly a restricted import (of i2c and running_time only) does not increase memory availability. Hints for manipulating or at least monitoring the amount of free memory would be welcome. As an aside, the i2c routines in conjunction with bytearrays performed perfectly and were ideal for use with this sensor!
The text was updated successfully, but these errors were encountered:
The BME280 Python code is operational but occupies almost all the available memory. Sadly a restricted import (of i2c and running_time only) does not increase memory availability. Hints for manipulating or at least monitoring the amount of free memory would be welcome. As an aside, the i2c routines in conjunction with bytearrays performed perfectly and were ideal for use with this sensor!
The text was updated successfully, but these errors were encountered: