debug: faster serial

main
radex 2024-02-17 12:57:52 +01:00
parent d191795902
commit ef859d4c8e
Signed by: radex
SSH Key Fingerprint: SHA256:hvqRXAGG1h89yqnS+cyFTLKQbzjWD4uXIqw7Y+0ws30
2 changed files with 4 additions and 2 deletions

View File

@ -12,9 +12,11 @@
platform = atmelavr
board = uno
framework = arduino
lib_deps =
lib_deps =
Wire
blackhack/LCD_I2C@^2.3.0
luisllamasbinaburo/I2CScanner@^1.0.1
robtillaart/PCF8574@^0.4.1
robtillaart/AS5600@^0.6.0
monitor_speed = 2000000

View File

@ -12,7 +12,7 @@ I2CScanner scanner;
void setupDebug() {
pinMode(LED_BUILTIN, OUTPUT);
Serial.begin(9600);
Serial.begin(2000000);
Serial.println("it's cewk-o-mator, hello!");
#if DEBUG_I2C
scanner.Init();