Advertisement
sirik13

rough code

May 4th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. const int MOTOR = 9;
  2.  
  3. void setup() {
  4. pinMode (MOTOR, OUTPUT);
  5. }
  6.  
  7. void loop() {
  8. for (int i=0; i<256, i++);
  9. delay (500);
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement