will
July 11, 2016, 11:48pm
2
Another solution would be to use a Micro SD card, since I know that's something that's easy to program on a computer and seems like a common solution within the Particle community:
I’m thinking the opposite side of the USB connector so you can eject it somehow?
@wgbartley , so Option 4 sounds a little harsh compared to having a header?
After a bit of cursing i got this to work from the web IDE!!
I had to change the #include <Application> bits to #include "application" to get it to compile
And the cursing came from the link to the -ve rail… i went to the rail that wasn’t connected… oops
I have published a first version of SdFat. I would appreciate feedback.
This is the first library I have published for Particle. I assume it will be at the bottom of the list of libraries. It appears as my library so I can’t be sure but looks to be public:
Published Library
SdFat 0.0.2
An SD card library for Particle.
SdFat evolved from a library I wrote in 2008 for Arduinos with 1KB of RAM. In 2009 the Arduino company used SdFat as the core of the “Standard SD Library”. The 2009 version…