diff options
author | robert-hh <robert@hammelrath.com> | 2022-02-15 18:02:09 +0100 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2022-02-18 14:37:44 +1100 |
commit | 9c05f3aa1d201ba943c7852bee975f8b7d48e235 (patch) | |
tree | 9e94499f507977e0d2cb2bf4bee5c2d1cf3f276f /examples/usercmodule/cppexample | |
parent | 465b74e78daf50f5bd92625ba57bf2f5597cb712 (diff) | |
download | micropython-9c05f3aa1d201ba943c7852bee975f8b7d48e235.tar.gz micropython-9c05f3aa1d201ba943c7852bee975f8b7d48e235.zip |
drivers/sdcard: Allow setting the final SPI baudrate.
This baudrate is supplied in the constructor. The default is 1320000 as
before.
Example:
sd = sdcard.SDCard(spi, cs, baudrate=20_000_000)
Diffstat (limited to 'examples/usercmodule/cppexample')
0 files changed, 0 insertions, 0 deletions