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 1ee6ce5 commit ce79d71Copy full SHA for ce79d71
examples/Example1_BasicReadings/Example1_BasicReadings.ino
@@ -61,11 +61,7 @@ void setup()
61
Serial.println("STHS34PF80 Example 1: Basic Readings");
62
63
// Begin I2C
64
- if(Wire.begin() == 0)
65
- {
66
- Serial.println("I2C Error - check I2C Address");
67
- while(1);
68
- }
+ Wire.begin()
69
70
// Establish communication with device
71
if(mySensor.begin() == false)
0 commit comments