Skip to content

Instantly share code, notes, and snippets.

View mateuswetah's full-sized avatar

Mateus Machado Luna mateuswetah

  • Goiânia, Goiás, Brazil
View GitHub Profile
@mateuswetah
mateuswetah / arduino_simon_says.pde
Created November 10, 2011 00:06 — forked from eduardodx/arduino_simon_says.pde
Arduino - Simon Says
/**
* Arduino - Simon Says
* ELTN.4M - Douglas Antunes, Eduardo Souza, Joao Gabriel e Mateus Mahado
*/
#include <LiquidCrystal.h>
LiquidCrystal lcd(12, 11, 5, 4, 3, 2);
int rounds = 50;