Commit 7669349030886c5c8427dc7cf63d9e28be0023ab
authorDoug Szumski <d.s.szumski@gmail.com>
Thu, 4 Feb 2016 19:27:25 +0000 (19:27 +0000)
committerDoug Szumski <d.s.szumski@gmail.com>
Thu, 4 Feb 2016 22:11:55 +0000 (22:11 +0000)
tree0e3038ac27ab3206d9b05e063163a65760096814
parent51d5fa69f9bc3d62941827faec02f8fbc7e187ab
Message:
parts: DS1338 real time clock which runs on the TWI bus

Features:

> External oscillator synced to the AVR core
> Square wave output with scalable frequency
> Leap year correction until 2100 (just like the real thing!)

Should also work for the pin compatible DS1307 device, but that part
hasn't been tested against actual hardware.
2 files changed:
examples/parts/ds1338_virt.c [new file with mode: 0644]
examples/parts/ds1338_virt.h [new file with mode: 0644]