Update i2c_scanner_wire.ino

This commit is contained in:
aster94 2017-12-08 10:39:53 +01:00 committed by GitHub
parent b82911742f
commit e2a62de034
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -26,6 +26,10 @@
#include <Wire.h>
//use IIC2
//TwoWire WIRE2 (2,I2C_FAST_MODE);
//#define Wire WIRE2
void setup() {
@ -71,4 +75,4 @@ void loop() {
Serial.println("done");
delay(5000); // wait 5 seconds for next scan
}
}