clarify baudrate

This commit is contained in:
Arne Zachlod 2025-02-13 19:02:06 +01:00
parent bc5fcd5c78
commit 2c3c94820b

View file

@ -22,7 +22,7 @@ WRITETIME = time.ticks_ms()
UART0 = UART(0, baudrate=115200, rx=20, tx=21, rxbuf=BUFSIZE_RXBUF)
SDSPI = SPI(1,
baudrate=40000000,
baudrate=1320000, # will be overwritten by sdcard.py
polarity=0,
phase=0,
bits=8,