Skip to content

Instantly share code, notes, and snippets.

@Elbow-Room
Elbow-Room / Simon Says (Arduino)
Created May 17, 2013 00:31
A simple Simon Says game to run on Arduino
/* Author: Elbow-Room
* Purpose: To run the classic game "Simon" on arduino using random sequences and a maximum of 100 turns
*
* HARDWARE SETUP:
* Connect lights to digital ports 10 through 13
* Connect buttons to digital ports 2 through 5
* Connect Piezo to digital port 7 and switch to digital port 9
*/