Update AHT10_Any_MCU_Serial.ino

This commit is contained in:
enjoyneering 2020-03-20 10:21:35 -04:00 committed by GitHub
parent 2be6addb71
commit 1b1bc7cc31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,7 @@ void setup()
}
Serial.println(F("AHT10 OK"));
//Wire.setClock(400000); //experimental I2C speed! 400KHz, default 100KHz
//Wire.setClock(400000); //experimental I2C speed! 400KHz, default 100KHz
}