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
{{ message }}
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.
OpenStratos 1.1 will have the BME280 sensor that will give readings for humidity, temperature and pressure during the ascent and descent. Nevertheless, we need to implement it in our project so that we can use it. The reference implementation will be this provided by Adafruit for Arduino: https://github.com/adafruit/Adafruit_BME280_Library
Since we use WiringPi, only parts that can be overriden/improved by the C++14 standard will be changed. It provides a pretty good API compatible with OpenStratos standards almost completely.
The text was updated successfully, but these errors were encountered:
OpenStratos 1.1 will have the BME280 sensor that will give readings for humidity, temperature and pressure during the ascent and descent. Nevertheless, we need to implement it in our project so that we can use it. The reference implementation will be this provided by Adafruit for Arduino: https://github.com/adafruit/Adafruit_BME280_Library
Since we use WiringPi, only parts that can be overriden/improved by the C++14 standard will be changed. It provides a pretty good API compatible with OpenStratos standards almost completely.
The text was updated successfully, but these errors were encountered: