Skip to content

Releases: JVKran/Forced-BME280

Initialization Bus Integrated

21 Aug 12:47
Compare
Choose a tag to compare

Initialization

From now on, the Wire/TinyWireM.begin() method is called in ForcedClimate::begin(); the user does not have to take care of that anymore.

Units

10 Apr 13:06
Compare
Choose a tag to compare

Added Units

This release feature the addition of units to the function names to prevent confusion. Furthermore, the documentation has been improved to notify everyone of the macro that has got to be commented out for use without ATtinyCore.

Wire and TinyWire support

11 Mar 17:42
Compare
Choose a tag to compare

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

10 Mar 15:28
Compare
Choose a tag to compare

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

09 Mar 18:13
d023c87
Compare
Choose a tag to compare

This library functions as it should without any bugs.

Checked and finished

09 Mar 19:18
b74fec4
Compare
Choose a tag to compare

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.