Skip to content

Instantly share code, notes, and snippets.

View shankardevy's full-sized avatar

Shankar Dhanasekaran shankardevy

View GitHub Profile
@shankardevy
shankardevy / .c
Created January 19, 2018 08:05 — forked from azhaganandhan/.c
#include <Wire.h>
void setup() {
// put your setup code here, to run once:
Wire.begin(); // join i2c bus (address optional for master)
Serial.begin(9600);
}
int reading = 0;