tag:github.com,2008:https://github.com/JVKran/Forced-BME280/releasesRelease notes from Forced-BME2802020-08-21T12:45:15Ztag:github.com,2008:Repository/246104365/v3.02020-08-21T12:47:40ZInitialization 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>JVKrantag:github.com,2008:Repository/246104365/v2.22020-04-10T13:06:23ZUnits<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>JVKrantag:github.com,2008:Repository/246104365/v2.12020-03-11T17:42:28ZWire 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>JVKrantag:github.com,2008:Repository/246104365/v2.02020-03-10T15:28:02ZArduino 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>JVKrantag:github.com,2008:Repository/246104365/v1.02020-03-09T18:13:49ZCompletely functional<p>This library functions as it should without any bugs.</p>JVKrantag:github.com,2008:Repository/246104365/V1.12020-03-09T19:18:51ZChecked 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