Created
September 20, 2017 13:20
-
-
Save mikebranstein/285a8b3678384b08923827cce5b346c8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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