Skip to content

Commit 08c0660

Browse files
kwagyemanclaude
andcommitted
docs: AE3 battery shield SD card baudrate 20 MHz -> 12 MHz
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent d9203e9 commit 08c0660

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/openmvcam/shields/ae3-battery-shield.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ The microSD socket is exposed on the AE3's SPI bus through
9494
spi = machine.SPI(0)
9595
cs = machine.Pin("P3", machine.Pin.OUT, value=1)
9696

97-
sd = sdcard.SDCard(spi, cs, baudrate=20_000_000)
97+
sd = sdcard.SDCard(spi, cs, baudrate=12_000_000)
9898
os.mount(os.VfsFat(sd), "/sdcard")
9999
print(os.listdir("/sdcard"))
100100

0 commit comments

Comments
 (0)