Skip to content

Commit 7b86eec

Browse files
authored
Merge pull request #2923 from adafruit/pumpkin_spelling
fix spelling
2 parents 81ba1ce + 5edc1f0 commit 7b86eec

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)