Version v1.0.1
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
- Updated documentation, by @ZodiusInfuser in 3e72992
- Raised allowed temperature on dual output module from 50 to 70, by @ZodiusInfuser in 5096ae4
- Fix for case where undervoltage error would not trigger, by @ZodiusInfuser in 3d5fa0d
- Raised allowed temperature on dual motor module from 50 to 70, by @ZodiusInfuser in 7893524
- Changed main to host to match product pages, by @ZodiusInfuser in 0c6cc17
- Bump version number for first release, by @ZodiusInfuser in 21288e1
Full Changelog: v1.0.0...v1.0.1