fix spelling
fix wav file names and "microcontroller" spelling in code for ikea pumpkin
This commit is contained in:
parent
81ba1ce023
commit
5edc1f0932
4 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
|
|
||||||
import time
|
import time
|
||||||
import microncontroller
|
import microcontroller
|
||||||
import board
|
import board
|
||||||
import audiocore
|
import audiocore
|
||||||
import audiobusio
|
import audiobusio
|
||||||
|
|
@ -102,4 +102,4 @@ while True:
|
||||||
except Exception as error: # pylint: disable=broad-except
|
except Exception as error: # pylint: disable=broad-except
|
||||||
print(error)
|
print(error)
|
||||||
time.sleep(5)
|
time.sleep(5)
|
||||||
microncontroller.reset()
|
microcontroller.reset()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue