MicroBit_SimpleCounter/main.py

14 lines
147 B
Python
Raw Normal View History

2022-10-29 12:33:29 +00:00
"""
CounterTracker
simple counter tracker for the Micro:Bit
"""
def startup():
music.ring_tone(Note.C)
return(True)