This example makes use of the exceptional DT-INTS14 by Darrel Taylor and an old post of Bruce Reynolds about Timers.
Actually is a 24h clock based on the timer 1 of many chips in the 16F or 18F series.
The code is using 20MHz crystal and without any calibration it shows an accuracy of 2sec per day or 12 minutes per year.
Two buttons increment the Hours and Minutes to set the time.
Happy counting!
Ioannis
Best Tips for Keeping PIC BASIC Projects Reliable?
Hi all,
WonderNom Today, 09:30I’ve been working on a few small PIC BASIC projects lately — mostly simple automation and sensor modules. I’m trying to make them as stable and reliable as possible, especially when they run...