Skip to content

Version v1.0.1

Compare
Choose a tag to compare
@ZodiusInfuser ZodiusInfuser released this 05 Dec 11:49
· 17 commits to main since this release

This release is a minor change from v1.0.0.

It mainly raises the temperature limits of the dual motor and dual output modules, based on some final testing of what these two modules were capable of handling.

It also fixes a case where an UnderVoltageError would not trigger, if monitored_sleep() was called with a short enough sleep time to not reach the undervoltage counter check (in my testing showed it on a 0.01s sleep). This counter was previously added to prevent momentary power dips from halting programs, as can happen with many RC servos suddenly moving. Now there is an additional check for if the input voltage dropping below 0.5V, which will raise the error regardless of if the counter was reached.

What's Changed

Full Changelog: v1.0.0...v1.0.1