Skip to content

Instantly share code, notes, and snippets.

View Anandnitrate's full-sized avatar

Anand N Anandnitrate

  • Bengaluru
  • 04:02 (UTC +05:30)
View GitHub Profile
# From: http://web.icedsl.hu/enicke/mcprtc/mcpcode.html
#include <Wire.h>
void setup()
{
Serial.begin(9600);
Wire.begin();
}
# From: http://web.icedsl.hu/enicke/mcprtc/mcpcode.html
#include <Wire.h>
void setup()
{
Serial.begin(9600);
Wire.begin();
}