Author Topic: Arduino Computer - FrostAPC328  (Read 11740 times)

0 Members and 1 Guest are viewing this topic.

Offline Spyro543

  • LV9 Veteran (Next: 1337)
  • *********
  • Posts: 1189
  • Rating: +74/-3
    • View Profile
Re: Arduino Computer - FrostAPC328
« Reply #15 on: March 05, 2015, 08:17:16 pm »
Just something to consider. The Millis() function on the arduino platform resets after around 50 days or so. Make sure you have a case for that so the clock doesn't randomly barf :P
I'm now using one of the hardware timers for the clock, so no worries there :D