mirror of
https://github.com/KevinMidboe/python-gpiozero.git
synced 2025-10-29 17:50:37 +00:00
Bump version and update changelog for 1.1
Includes some last minute changes too
This commit is contained in:
@@ -25,18 +25,18 @@ PWMLED
|
||||
.. autoclass:: PWMLED(pin, active_high=True, initial_value=0, frequency=100)
|
||||
:members: on, off, toggle, blink, pin, is_lit, value
|
||||
|
||||
RGBLED
|
||||
======
|
||||
|
||||
.. autoclass:: RGBLED(red, green, blue, active_high=True, initial_value=(0, 0, 0))
|
||||
:members: on, off, toggle, blink, red, green, blue, is_lit, color
|
||||
|
||||
Buzzer
|
||||
======
|
||||
|
||||
.. autoclass:: Buzzer(pin, active_high=True, initial_value=False)
|
||||
:members: on, off, toggle, beep, pin, is_active
|
||||
|
||||
RGBLED
|
||||
======
|
||||
|
||||
.. autoclass:: RGBLED(red, green, blue, active_high=True)
|
||||
:members: on, off, toggle, blink, red, green, blue, color
|
||||
|
||||
Motor
|
||||
=====
|
||||
|
||||
|
||||
Reference in New Issue
Block a user