sctincman / matchbox

Arduino program for a matchbox sized infinity mirror

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An Arduino program for a matchbox contained infinity mirror.

Fairly simple: controls a series of DotStar LEDs contained in the mirror portion, as well as playing a song on the piezo buzzer.

The songs are defined in "songs.h" as as two static progmem arrays: note_durs, and note_pitch (which are the note duration and pitch respectively).

This uses the "TrinkeTone" procedures published elsewhere (http://w8bh.net/avr/TrinketTone.pdf)

About

Arduino program for a matchbox sized infinity mirror

License:Other


Languages

Language:C 55.7%Language:Arduino 44.3%