mirror of
https://github.com/clockworkpi/PicoCalc.git
synced 2025-12-12 10:18:54 +01:00
picocalc_keyboard.ino: wait a bit before initializing i2c
fixes stm32 not showing up in i2c bus when ds3231 RTC board is added.
This commit is contained in:
parent
77695bb5be
commit
ae0a42e11a
@ -403,6 +403,8 @@ void setup() {
|
||||
pinMode(PA13, OUTPUT); // pico enable
|
||||
digitalWrite(PA13, LOW);
|
||||
reg_init();
|
||||
|
||||
delay(10);
|
||||
|
||||
Serial1.begin(115200);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user