sd-card-library-photon-compat (community library)
Summary
Name | Value |
---|---|
Name | sd-card-library-photon-compat |
Version | 0.0.1 |
Installs | |
License | GPL v3 |
Author | Jeshua Maxey me@jeshua.co |
URL | https://github.com/jeshuamaxey/sd-card-library |
Repository | https://github.com/jeshuamaxey/sd-card-library.git |
Download | .tar.gz |
SD Card Library compatible with Particle Photon(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.
SD Card Library Photon Compat
An Implementation of the Arduino/Sparkfun SD Card Library for the Particle Photon.
This library is a fork of the Spark Core SD library. The code has been modified so that it will compile for the Particle Photon by following these instructions in this forum post solution.
Pin Diagram
In my circuits I use Adafruit's microSD card breakout board so I've included both sets of pin configurations.
SD Card Pin Diagram
(image removed)
Adafruit MicroSD Breakout
(image removed)
Pin Connection Table
Blank cells indicate that you ought to configure you hardware and softwae to use the functionality they match to (card detect and 5V). Card detect is not supported by 'naked' SD cards, but is supported on the breakout board.
SD Card | Breakout | Photon |
---|---|---|
n/a | CD | |
SS | CS | A2 |
MOSI | DI | A5 |
MISO | DO | A4 |
SCK | CLK | A3 |
GND | GND | GND |
VCC | 3V | 3V |
n/a | 5V |
My own circuit
(image removed)
Browse Library Files