Jared
Jared
Here is a very basic implementation via the mySD library. ``` #include #define MICROSD_PIN_CHIP_SELECT 4 #define MICROSD_PIN_MOSI 13 #define MICROSD_PIN_MISO 19 #define MICROSD_PIN_SCK 5 File root; void setup() { Serial.begin(115200);...
@Grippentech I haven't personally messed around with this any more but I think part of the issue I was having was not disabling both SPI devices via CS pins before...
Hey there, do you think you will ever come back to this project? I still find it handy from time to time but haven't spent any more time learning go....
Hey there, I also haven't checked back in on this recently. When I tried to setup this project again a few weeks ago to move some backups I ran into...