Update i2c_slave_with_sensor_reading

pull/5/head
alanbjohnston 7 years ago committed by GitHub
parent 7a936d5e84
commit 2ff2ad2e12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -20,6 +20,7 @@ void setup()
Serial.println("Setup for sensor");
Wire.begin(I2C_ADDRESS_SELF); // join i2c bus
Wire.setClock(400000); // set I2C clock for full speed
Serial.begin(9600); // start serial for output
digitalWrite(A4, LOW);
digitalWrite(A5, LOW);

Loading…
Cancel
Save

Powered by TurnKey Linux.