Skip to content

Minor Fixes and Enhancements

Compare
Choose a tag to compare
@jbaumann jbaumann released this 07 Oct 10:54
· 21 commits to master since this release

New/Added

Added a message for the daemon running on the Raspberry stating that the merging has completed. This makes it clearer when it has finished its initialization and switches to regular operation.

Changed

Changed the constant and the coefficient for the external voltage to more conservative values

Fixed Bugs

Added atomic blocks to all I/O operations on the ATTiny to guarantee that switching the pins is not interrupted by anything.

Corrected the switch pin operation. Until now it was driven high by the input pullup. Now it simply goes to tri-state thus leaving the UPS to pull the switch line upi (thanks to deHarro for pointing this out and helping to fix it).