Si7021_Breakout icon indicating copy to clipboard operation
Si7021_Breakout copied to clipboard

A breakout board for the Si7021 Temperature and Humidity sensor.

Results 1 Si7021_Breakout issues
Sort by recently updated
recently updated
newest added

As the "begin" function is reporting to return a bool, I expected that I could use it in a similar fashion: ``` if (!sensor.begin()) { Serial.println("Could not find a valid...