Merge pull request #18 from prokrypt/patch-1

picocalc_keyboard.ino: wait a bit before initializing i2c
This commit is contained in:
GNU 2025-04-14 07:28:46 -07:00 committed by GitHub
commit 23315186cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -404,6 +404,8 @@ void setup() {
digitalWrite(PA13, LOW);
reg_init();
delay(10);
Serial1.begin(115200);
Wire.setSDA(PB9);