mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-19 22:23:58 +00:00
sdcard: remove tinyfs example and replace with link to tinyfs repo in docs
Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
// package sdcard provides a TinyGo driver for sdcard/mmc devices
|
||||
// using a SPI connection.
|
||||
//
|
||||
// To use a file system on the SDcard, please see the TinyFS repo:
|
||||
//
|
||||
// https://github.com/tinygo-org/tinyfs
|
||||
package sdcard
|
||||
|
||||
import (
|
||||
|
||||
Reference in New Issue
Block a user