Skip to content

Commit 2331518

Browse files
authored
Merge pull request #18 from prokrypt/patch-1
picocalc_keyboard.ino: wait a bit before initializing i2c
2 parents 77695bb + ae0a42e commit 2331518

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Code/picocalc_keyboard/picocalc_keyboard.ino

+2
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,8 @@ void setup() {
403403
pinMode(PA13, OUTPUT); // pico enable
404404
digitalWrite(PA13, LOW);
405405
reg_init();
406+
407+
delay(10);
406408

407409
Serial1.begin(115200);
408410

0 commit comments

Comments
 (0)