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
/* | |
A.P. Shield 05 Demo Program | |
Created by @shigaku / KORESS | |
http://koress.jp/ | |
http://twitter.com/shigaku | |
*/ | |
int sensorPin = 4; | |
int ledPin = 13; | |
int sensorValue = 0; |