@@ -49,11 +49,15 @@ Release 1.5.0 (2019-02-12)
49
49
(thanks to Jeevan M R for the latter). (`#532 `_, `#714 `_)
50
50
* Added support for `colorzero `_ with :class: `RGBLED ` (this adds a new
51
51
dependency). (`#655 `_)
52
- * Added :class: `TonalBuzzer ` class with musical notation API :class: `Tone `.
53
- (`#681 `_, `#717 `_)
52
+ * Added :class: `TonalBuzzer ` with :class: `Tone ` API for specifying frequencies
53
+ raw or via MIDI or musical notes. (`#681 `_, `#717 `_)
54
54
* Added :class: `PiHutXmasTree `. (`#502 `_)
55
55
* Added :class: `PumpkinPi ` and :class: `JamHat ` (thanks to Claire Pollard).
56
56
(`#680 `_, `#681 `_, `#717 `_)
57
+ * Ensured gpiozero can be imported without a valid pin factory set. (`#591 `_,
58
+ `#713 `_)
59
+ * Reduced import time by not computing default pin factory at the point of
60
+ import. (`#675 `_, `#722 `_)
57
61
* Added support for various pin numbering mechanisms. (`#470 `_)
58
62
* :class: `Motor ` instances now use :class: `DigitalOutputDevice ` for non-PWM
59
63
pins.
@@ -89,6 +93,10 @@ Release 1.5.0 (2019-02-12)
89
93
.. _#717 : https://github.com/RPi-Distro/python-gpiozero/issues/717
90
94
.. _#680 : https://github.com/RPi-Distro/python-gpiozero/issues/680
91
95
.. _#502 : https://github.com/RPi-Distro/python-gpiozero/issues/502
96
+ .. _#591 : https://github.com/RPi-Distro/python-gpiozero/issues/591
97
+ .. _#713 : https://github.com/RPi-Distro/python-gpiozero/issues/713
98
+ .. _#675 : https://github.com/RPi-Distro/python-gpiozero/issues/675
99
+ .. _#722 : https://github.com/RPi-Distro/python-gpiozero/issues/722
92
100
.. _#470 : https://github.com/RPi-Distro/python-gpiozero/issues/470
93
101
.. _#481 : https://github.com/RPi-Distro/python-gpiozero/issues/481
94
102
.. _#366 : https://github.com/RPi-Distro/python-gpiozero/issues/366
0 commit comments