tag:github.com,2008:https://github.com/JVKran/Forced-BME280/releases Release notes from Forced-BME280 2020-08-21T12:45:15Z tag:github.com,2008:Repository/246104365/v3.0 2020-08-21T12:47:40Z Initialization Bus Integrated <h1>Initialization</h1> <p>From now on, the Wire/TinyWireM.begin() method is called in ForcedClimate::begin(); the user does not have to take care of that anymore.</p> JVKran tag:github.com,2008:Repository/246104365/v2.2 2020-04-10T13:06:23Z Units <h1>Added Units</h1> <p>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.</p> JVKran tag:github.com,2008:Repository/246104365/v2.1 2020-03-11T17:42:28Z Wire and TinyWire support <h1>Switch easily</h1> <p>Change between using Wire and TinyWire at the touch of one single macro. The macro is located in <em>forcedClimate.h</em> ready to be uncommented for use with something else than an ATtiny.</p> <h2>Details</h2> <ul> <li>This doesn't increase memory usage; Wire.h is only included when it's needed, and vice-versa.</li> <li>Functions automatically <em>determine</em> which library to use.</li> </ul> JVKran tag:github.com,2008:Repository/246104365/v2.0 2020-03-10T15:28:02Z Arduino Compliant <h1>Arduino</h1> <p>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.</p> <h2>Changes</h2> <ul> <li>Added <em>keywords.txt</em></li> <li>Added <em>library.properties</em></li> <li>Changed example sketch</li> <li>Improved documentation</li> </ul> JVKran tag:github.com,2008:Repository/246104365/v1.0 2020-03-09T18:13:49Z Completely functional <p>This library functions as it should without any bugs.</p> JVKran tag:github.com,2008:Repository/246104365/V1.1 2020-03-09T19:18:51Z Checked and finished <p>This release features the end of development for this library. Everthing has been tested, documented and cleaned.</p> <p>This however doesn't mean there won't be any updates coming though.</p> JVKran