We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c444d06 commit 54c06b5Copy full SHA for 54c06b5
adafruit_magtag/peripherals.py
@@ -86,7 +86,7 @@ def play_tone(self, frequency, duration):
86
pass
87
attempt += 1
88
self._speaker_enable.value = False
89
-
+
90
def deinit(self):
91
"""Call deinit on all resources to free them"""
92
self.neopixels.deinit()
0 commit comments