Author Topic: RTC vs 1 Sec clock Typo correction  (Read 4669 times)

MnMike

  • Newbie
  • *
  • Posts: 2
  • I'm a llama!
    • View Profile
RTC vs 1 Sec clock Typo correction
« on: June 07, 2009, 06:27:05 PM »
Sorry Folks....

I made a Typo error in the formula I gave you in the earlier post.
It should read:
     IF TIME[2]=0 AND TIME[3]=0 THEN DM[600]=DM[1]
         ELSE DM[600]=DM[600]+DM[1] ENDIF

MnMike