Hi everyone!
I’m currently conducting an academic research project on the potential role of 8-bit microcontrollers in lightweight AI applications.
As we know, Artificial Intelligence has been evolving rapidly and increasingly demands more computational resources. While 8-bit microcontrollers...
I'm using ATMEGA8 for my project. I want to make a LCD display a clock. The below code works fine and displays a code in proper format on the LCD.
But the problem is the timer/counter is not getting synced with real clock, it is having 2-3 second difference with the real time on my watch. I've...