This commit is contained in:
Siwat Sirichai 2023-08-26 11:31:28 +07:00
parent dce0beceec
commit 81434a39b5
5 changed files with 23 additions and 14 deletions

View file

@ -35,8 +35,7 @@ void setup()
{
Wire.begin(14,33);
Serial.begin(9600);
while (!Serial); // Leonardo: wait for serial monitor
Serial.begin(115200); // Leonardo: wait for serial monitor
Serial.println("\nI2C Scanner");
}