Skip to content

Instantly share code, notes, and snippets.

@mikebranstein
Created September 20, 2017 13:20
Show Gist options
  • Save mikebranstein/285a8b3678384b08923827cce5b346c8 to your computer and use it in GitHub Desktop.
Save mikebranstein/285a8b3678384b08923827cce5b346c8 to your computer and use it in GitHub Desktop.
void WeatherService::init(bool debugMode) {
// previous init code goes here
//Initialize the I2C sensors and ping them
_sensor.begin();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment