Changelog¶
Release 1.1.0 (2016-02-08)¶
- Documentation converted to reST and expanded to include generic classes and several more recipes (#80, #82, #101, #119, #135, #168)
- New
LEDBarGraphclass (many thanks to Martin O’Hanlon!) (#126, #176) - New
Pinimplementation abstracts out the concept of a GPIO pin paving the way for alternate library support and IO extenders in future (#141) - New
LEDBoard.blink()method which works properly even when background is set toFalse(#94, #161) - New
RGBLED.blink()method which implements (rudimentary) color fading too! (#135, #174) - New
initial_valueattribute onOutputDeviceensures consistent behaviour on construction (#118) - New
active_highattribute onPWMOutputDeviceandRGBLEDallows use of common anode devices (#143, #154) - Loads of new ADC chips supported (many thanks to GitHub user pcopa!) (#150)
Release 1.0.0 (2015-11-16)¶
Release 0.9.0 (2015-10-25)¶
Fourth public beta
Release 0.8.0 (2015-10-16)¶
Third public beta
- Added generic
AnalogInputDeviceclass along with specific classes for theMCP3008andMCP3004(#41) - Fixed
DigitalOutputDevice.blink()(#57)
Release 0.7.0 (2015-10-09)¶
Second public beta
Release 0.6.0 (2015-09-28)¶
First public beta
Release 0.5.0 (2015-09-24)¶
Release 0.4.0 (2015-09-23)¶
Release 0.3.0 (2015-09-22)¶
Release 0.2.0 (2015-09-21)¶
Initial release