IFD:GrundlagenElektronik2011/Project/Code: Difference between revisions

From Medien Wiki
No edit summary
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;
Line 15: Line 15:
   } else digitalWrite(theMotoris, LOW);
   } else digitalWrite(theMotoris, LOW);
    
    
    
   //place for thoughts.
   }
   }


<small> Es ist nicht dann perfekt, wenn man noch etwas hinzufügen könnte, es ist erst dann perfekt, wenn man nichts mehr weglassen kann!</small>
<small> Es ist nicht dann perfekt, wenn man noch etwas hinzufügen könnte, es ist erst dann perfekt, wenn man nichts mehr weglassen kann!</small>