Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 2 additions & 2 deletions Spinning_Ikea_Pumpkin/code.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# SPDX-License-Identifier: MIT

import time
import microncontroller
import microcontroller
import board
import audiocore
import audiobusio
Expand Down Expand Up @@ -102,4 +102,4 @@
except Exception as error: # pylint: disable=broad-except
print(error)
time.sleep(5)
microncontroller.reset()
microcontroller.reset()
File renamed without changes.
File renamed without changes.
File renamed without changes.