Skip to content

Releases: mikegoatly/PiJuiceSharp

0.3.0

14 Nov 10:50
Compare
Choose a tag to compare

This release allows PiJuiceSharp to operate in environments where a PiJuice isn't present, allowing you to include logic for the PiJuice in your application, but not crash if no PiJuice is present. The new BatteryStatus.NoPiJuice enum value can be used to detect this state.

Breaking changes:

  • You no longer construct a PiJuiceInterface or PiJuiceStatus instance yourself. Instead, use PiJuiceStatus.Create().

0.2.0

09 Sep 10:12
Compare
Choose a tag to compare

All communication with the PiJuice is now thread safe.

0.1.0

05 Sep 18:07
Compare
Choose a tag to compare

Initial release with most of the status APIs implemented.