This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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? |