mirror of
https://github.com/KevinMidboe/python-gpiozero.git
synced 2025-10-29 17:50:37 +00:00
Ensure args are passed to flash()
This commit is contained in:
@@ -142,7 +142,7 @@ class LED(DigitalOutputDevice):
|
|||||||
off_time: 1
|
off_time: 1
|
||||||
Number of seconds off
|
Number of seconds off
|
||||||
"""
|
"""
|
||||||
super(LED, self).blink()
|
super(LED, self).blink(on_time, off_time)
|
||||||
|
|
||||||
def toggle(self):
|
def toggle(self):
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user