Skip to content

Instantly share code, notes, and snippets.

View donskytech's full-sized avatar
💭
Happy Exploring!

donskytech donskytech

💭
Happy Exploring!
View GitHub Profile
#include<Arduino.h>
bool throwError = true;
int dynamicValue;
void setup()
{
Serial.begin(115200);
}
// This gist was copied from the Arduino site and place here just for reference
// --------------------------------------
// i2c_scanner
//
// Version 1
// This program (or code that looks like it)
// can be found in many places.
// For example on the Arduino.cc forum.
// The original author is not know.