Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update peripherals.py
  • Loading branch information
KTibow authored Feb 20, 2021
commit 54c06b5b2177cb31ee215bc28f70285a249a3c3b
2 changes: 1 addition & 1 deletion adafruit_magtag/peripherals.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def play_tone(self, frequency, duration):
pass
attempt += 1
self._speaker_enable.value = False

def deinit(self):
"""Call deinit on all resources to free them"""
self.neopixels.deinit()
Expand Down