We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e803178 commit 09a2713Copy full SHA for 09a2713
adafruit_magtag/magtag.py
@@ -82,7 +82,6 @@ def __init__(
82
rotation: int = 270,
83
debug: bool = False,
84
) -> None:
85
-
86
self.peripherals = Peripherals()
87
88
if status_neopixel == board.NEOPIXEL:
examples/magtag_btn_sleep_demo.py
@@ -29,7 +29,6 @@
29
while True:
30
now = time.monotonic()
31
if now - last_action_time >= 10.0:
32
33
magtag.set_text("Sleeping")
34
magtag.peripherals.deinit()
35
time.sleep(2)
0 commit comments