Skip to content

Instantly share code, notes, and snippets.

@ichilton
ichilton / gist:1340653
Created November 4, 2011 22:27
MCP79410 RTC Arduino Code
# From: http://web.icedsl.hu/enicke/mcprtc/mcpcode.html
#include <Wire.h>
void setup()
{
Serial.begin(9600);
Wire.begin();
}