pimoroni-pico/drivers/sdcard/README.md

8 wiersze
317 B
Markdown
Czysty Zwykły widok Historia

2021-05-05 16:32:35 +00:00
# Pico SDK SD Card bindings for Fat FS
All of the hard work to bring up these bindings was done by @elohobica - https://github.com/elehobica/pico_fatfs_test
2021-05-07 10:13:04 +00:00
`sdcard.c` is a hard fork of their `tf_card.c` to add re-usable SDCard support to the Pimoroni Pico libraries.
It's licensed under the BSD 2-Clause license.