Revision history of "Arduino: RTC DS1302 Unix Time"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 14:32, 29 February 2016Onnowpurbo talk contribs 657 bytes +657 New page: ==Code== // Example sketch for interfacing with the DS1302 timekeeping chip. // #include <stdio.h> #include <Time.h> #include <DS1302.h> // Create a DS1302 object. DS1302 rtc(8, ...