mirror of https://github.com/MLXXXp/Arduboy2.git
5 lines
175 B
Markdown
5 lines
175 B
Markdown
|
# 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)`.
|