tinygo-org / drivers

TinyGo drivers for sensors, displays, wireless adaptors, and other devices that use I2C, SPI, GPIO, ADC, and UART interfaces.
https://tinygo.org
BSD 3-Clause "New" or "Revised" License
608 stars 192 forks source link

sdcard: remove tinyfs example and replace with link to tinyfs repo #571

Closed deadprogram closed 1 year ago

deadprogram commented 1 year ago

This PR removes the sdcard tinyfs example and replaces it with a link to the tinyfs repo in the docs. Better to maintain that in one place. This also allows us to remove the tinyfs dependency from drivers which was only needed for the one example, which already exists in the tinyfs repo anyhow.

deadprogram commented 1 year ago

Once the https://github.com/tinygo-org/tinygo/issues/3460 has been addressed, we can work on adding example SD-card based code to the TinyFS repo. But for now, I am basically just removing things that are currently broken or confusing.