We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec8fe6c commit 0c4797dCopy full SHA for 0c4797d
examples/Combined_Demo/Combined_Demo.ino
@@ -25,7 +25,6 @@ void i2c_scan() {
25
nDevices = 0;
26
for(address = 1; address < 127; address++ )
27
{
28
- //Serial.println("I2C scan");
29
// The i2c_scanner uses the return value of
30
// the Write.endTransmisstion to see if
31
// a device did acknowledge to the address.
@@ -59,7 +58,7 @@ void i2c_scan() {
59
58
void setup() {
60
Serial.begin(115200);
61
// Running scan stops the OLED from working
62
- //i2c_scan();
+ i2c_scan();
63
64
pinMode(mic , INPUT);
65
pinMode(light , INPUT);
0 commit comments