Arduboy-homemade-package/board-package-source/libraries/Arduboy/examples/Tunes/README.md

5 lines
175 B
Markdown
Raw Normal View History

# Tunes
Play a musical composition using the Arduboy.
A small composition is stored by `byte PROGMEM score`. The score is played in the sketch loop using `playScore(score)`.