Commit 42bdbe3f by vielex

Checked final version.

parent 605e8ed3
Showing with 3 additions and 0 deletions
......@@ -109,6 +109,9 @@ int main(void){ unsigned long i,last,now;
last = now;
i++;
}
if (i==50)
i=0;
}
Delay();
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment