Does anyone know of a library or good code snippit that can be used to store/keep track of time and date within an embedded environment (AVR MCU). I would like to be able to set a date and time and then update it using a 1hz pulse from one of my timers. I could write this code myself however I feel like there may already be something out there.
Share
What I ended up doing was taking the
time.hlibrary that was used by apple and adapting it slightly for my project as it was under the BSD licence. It can be found Here