Releases: JVKran/Forced-BME280
Releases · JVKran/Forced-BME280
Initialization Bus Integrated
Units
Wire and TinyWire support
Switch easily
Change between using Wire and TinyWire at the touch of one single macro. The macro is located in forcedClimate.h ready to be uncommented for use with something else than an ATtiny.
Details
- This doesn't increase memory usage; Wire.h is only included when it's needed, and vice-versa.
- Functions automatically determine which library to use.
Arduino Compliant
Arduino
This release features compliancy with the Arduino 1.5 Format so it can be integrated in the Library Manager. This way users are enabled to easily install this library without any knowledge of GitHub or Header and Source-Files.
Changes
- Added keywords.txt
- Added library.properties
- Changed example sketch
- Improved documentation
Completely functional
This library functions as it should without any bugs.
Checked and finished
This release features the end of development for this library. Everthing has been tested, documented and cleaned.
This however doesn't mean there won't be any updates coming though.