Facebook
From Mustard Marten, 6 Years ago, written in C.
This paste is a reply to Untitled from Emerald Leech - view diff
Embed
Download Paste or View Raw
Hits: 376
  1. void loop(){
  2.   for(int c = 0; c < 400; c++) {
  3.         step(1);
  4.         delay(5);
  5.   }
  6.   for(int c = 0; c < 400; c++) {
  7.         delay(5);
  8.   }
  9. }