Hi,
Use the search feature. There have been several clock programs. 2 were posted in the Code Examples that use the timers in the PIC, Melanie's Olympic Timer, and there have been a few posts on using the RTC DS1337.
BobK
Hi,
Use the search feature. There have been several clock programs. 2 were posted in the Code Examples that use the timers in the PIC, Melanie's Olympic Timer, and there have been a few posts on using the RTC DS1337.
BobK
$ and 0x are two different annotations for HEX. So,
$A0 = 0xA0
PBP recognizes $, not 0x annotation.
Bookmarks