Sparkfun's Lilypad MP3 LilyPad MP3 - DEV-11013 - SparkFun Electronics
I know the link above is not to a true Arduino but I was hoping I could still get some help here. I want to tweak the programming so I can hook up the "Alarm" wire from PIR Motion Sensor (JST) - SEN-13285 - SparkFun Electronics to pin T1 of the lilypad. the lilypad would go through this process
- counter = 1
- t1 goes low plays track 1
- counter = counter + 1 = name of next track
- t1 goes low plays track 2
- counter = counter + 1 = name of next track
- t1 goes low plays track 3
- counter = counter + 1 = name of next track
- t1 goes low plays track 4
- counter = counter + 1 = name of next track
- t1 goes low plays track 5
- counter = counter (reset of counter to 1) = name of next track