Arduino: RTC DS1302 Unix Time: Revision history

From OnnoCenterWiki
Jump to navigationJump to search

Diff selection: Mark the radio buttons 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.

29 February 2016

  • curprev 07:3207:32, 29 February 2016 Onnowpurbo 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, ...