469
edits
(Created page with "int istheButton = 2; int theMotoris = 13; int theStatusis = 1; void setup() { pinMode(theMotoris, OUTPUT); pinMode(istheButton, INPUT ); } void loo...") |
No edit summary |
||
Line 1: | Line 1: | ||
int istheButton = 2; | int istheButton = 2; | ||
int theMotoris = 13; | int theMotoris = 13; | ||
int theStatusis = 1; | int theStatusis = 1; |
edits