mirror of
https://github.com/clockworkpi/PicoCalc.git
synced 2025-12-12 10:18:54 +01:00
Merge pull request #18 from prokrypt/patch-1
picocalc_keyboard.ino: wait a bit before initializing i2c
This commit is contained in:
commit
23315186cd
@ -404,6 +404,8 @@ void setup() {
|
||||
digitalWrite(PA13, LOW);
|
||||
reg_init();
|
||||
|
||||
delay(10);
|
||||
|
||||
Serial1.begin(115200);
|
||||
|
||||
Wire.setSDA(PB9);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user