Skip to content

Commit

Permalink
Changed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
SV-Zanshin committed Aug 3, 2017
1 parent dc04322 commit bf8a423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/I2CDemo/I2CDemo.ino
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ void setup() { //
Serial.println(F("Starting I2CDemo example program for BME280")); // //
Serial.print(F("- Initializing BME280 sensor\n")); // //
//==================================//
while (!BME280.begin()) { // Initialize I2C with BME280 //
while (!BME280.begin()) { // Start BME280 using I2C protocol //
//==================================//
Serial.println(F("- Unable to find BME280. Waiting 3 seconds.")); // Show error text //
delay(3000); // wait three seconds //
Expand Down

0 comments on commit bf8a423

Please sign in to comment.