Arduboy2/examples/Tunes
Josh Goebel 390e5919dc break out printing into separate class (-2,014 bytes)
- stated savings is for any graphics only programs
  not using the printing code at all
2016-05-26 17:19:18 -04:00
..
README.md Squash commits up to Arduboy V1.1 release 2016-05-26 17:18:33 -04:00
Tunes.ino break out printing into separate class (-2,014 bytes) 2016-05-26 17:19:18 -04:00

README.md

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).