mirror of
https://github.com/KevinMidboe/python-gpiozero.git
synced 2025-12-08 20:39:01 +00:00
Add pulse to LEDBoard, re: #165
This commit is contained in:
@@ -414,7 +414,9 @@ class PWMOutputDevice(OutputDevice):
|
||||
this method never returning).
|
||||
"""
|
||||
on_time = off_time = 0
|
||||
self.blink(on_time, off_time, fade_in_time, fade_out_time, n, background)
|
||||
self.blink(
|
||||
on_time, off_time, fade_in_time, fade_out_time, n, background
|
||||
)
|
||||
|
||||
def _stop_blink(self):
|
||||
if self._blink_thread:
|
||||
|
||||
Reference in New Issue
Block a user