Skip to content

Instantly share code, notes, and snippets.

View daimexmachina's full-sized avatar

daimexmachina daimexmachina

View GitHub Profile
@daimexmachina
daimexmachina / ardy.pde
Created December 28, 2011 05:42 — forked from parabuzzle/ardy.pde
Simple arduino interface for LED manipulation based on monitoring.
// simple interface expecting data from serial
// provided by ardy.rb
//
// pin states:
// 48 = ok
// 49 = bad
//
// originated by mike heijmans
int ledPin = 13; // which pin do I control?