sd-card-library (community library)
Summary
Name | Value |
---|---|
Name | sd-card-library |
Version | 0.0.1 |
Installs | |
License | GPL v3 |
Author | Daniel Sullivan mumblepins@gmail.com |
URL | https://github.com/mumblepins/sd-card-library |
Repository | https://github.com/mumblepins/sd-card-library.git |
Download | .tar.gz |
SD Card Library (forked from https://github.com/technobly/SparkCore-SD)
Example Build Testing
Device OS Version:
This table is generated from an automated build. Success only indicates that the code compiled successfully.
Library Read Me
This content is provided by the library maintainer and has not been validated or approved.
SparkCore-SD
Web IDE library V0.0.1 Forked from https://github.com/technobly/SparkCore-SD by Daniel Sullivan (mumblepins)
An Implementation of the Arduino/Sparkfun SD Card Library for the Spark Core
This might be tricky to build online due to the number of files required. I have not tried to set it up online. Using the Spark-CLI tool might be a better way to build it online.
example (image removed)
example (image removed)
pinout (image removed)
If you are building locally, place the files here:
// put the entire 'libraries' folder and everything in it here
..\core-firmware\libraries
// rename one of the example apps located at ..\libraries\sd\examples\
// to application.cpp and place it here
..\core-firmware\src\application.cpp
Thanks to @choosatron for your work on this!
Browse Library Files