Update HexadecimalADC.ino

This commit is contained in:
Alex Spataru 2024-10-13 23:33:59 -05:00 committed by GitHub
parent 38695ba44b
commit ac6927a82f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -62,5 +62,5 @@ void loop() {
Serial.write('\n');
// Small delay to manage the sampling rate
delay(10);
delay(1);
}