macsehw/firmware/rtc
Andrew Makousky 1d36abf470 Refactor test-rtc.c for more modular layout.
Yes, a more modular layout, albeit the fact that this is still but one
single source file.  However, this reorganization will better
facilitate breaking this up into module files.
2020-09-10 14:38:09 -05:00
..
test Refactor test-rtc.c for more modular layout. 2020-09-10 14:38:09 -05:00
.gitignore Finished test bench implementation, fixed firmware bugs found during 2020-09-10 05:07:27 -05:00
MacRTC.c Finished test bench implementation, fixed firmware bugs found during 2020-09-10 05:07:27 -05:00
Makefile Finished test bench implementation, fixed firmware bugs found during 2020-09-10 05:07:27 -05:00
README.md Initial commit 2020-08-06 18:06:49 -05:00

RTC

This directory contains a work-in-progress firmware for implementing a drop-in replacement for the RTC on ATTiny85 microcontroller. I've made a few modification to this particular copy, but it still needs more work to be fully functional.

Source, Visited 2020-08-05: