mirror of
https://github.com/clockworkpi/PicoCalc.git
synced 2026-03-19 02:22:37 +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:
@@ -403,6 +403,8 @@ void setup() {
|
||||
pinMode(PA13, OUTPUT); // pico enable
|
||||
digitalWrite(PA13, LOW);
|
||||
reg_init();
|
||||
|
||||
delay(10);
|
||||
|
||||
Serial1.begin(115200);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user