fix spelling

fix wav file names and "microcontroller" spelling in code for ikea pumpkin
This commit is contained in:
Liz 2024-11-07 10:55:25 -05:00
parent 81ba1ce023
commit 5edc1f0932
4 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
# SPDX-License-Identifier: MIT
import time
import microncontroller
import microcontroller
import board
import audiocore
import audiobusio
@ -102,4 +102,4 @@ while True:
except Exception as error: # pylint: disable=broad-except
print(error)
time.sleep(5)
microncontroller.reset()
microcontroller.reset()