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 f2c4831 commit fa93541Copy full SHA for fa93541
examples/ReadDataI2C/ReadDataI2C.ino examples/ReadAllData/ReadAllData.inoexamples/ReadDataI2C/ReadDataI2C.ino renamed to examples/ReadAllData/ReadAllData.ino
@@ -44,6 +44,9 @@ void setup()
44
//Specify chipSelectPin using arduino pin names
45
mySensor.settings.chipSelectPin = 10;
46
47
+ //Specify I2C address. Can be 0x77(default) or 0x76
48
+ mySensor.settings.I2CAddress = 0x77;
49
+
50
//renMode can be:
51
// 0, Sleep mode
52
// 1 or 2, Forced mode
0 commit comments