Skip to content

Commit 5edc1f0

Browse files
committed
fix spelling
fix wav file names and "microcontroller" spelling in code for ikea pumpkin
1 parent 81ba1ce commit 5edc1f0

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

Spinning_Ikea_Pumpkin/code.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# SPDX-License-Identifier: MIT
44

55
import time
6-
import microncontroller
6+
import microcontroller
77
import board
88
import audiocore
99
import audiobusio
@@ -102,4 +102,4 @@
102102
except Exception as error: # pylint: disable=broad-except
103103
print(error)
104104
time.sleep(5)
105-
microncontroller.reset()
105+
microcontroller.reset()

0 commit comments

Comments
 (0)