-
When I However, when I Code#include <SPI.h>
#include <SD.h>
Sd2Card card;
const int chipSelect = 4;
void setup() {
card.init(SPI_HALF_SPEED, chipSelect);
}
void loop(void) {
} Compilation Console Output
And I don't see an SD library under https://github.com/SpenceKonde/DxCore/tree/master/megaavr/libraries. Is there an SD library compatible with the DA-series? If so, how can I install and use it? If not, can you tell me if there are known issues are with porting it over, possibly from megaTinyCore? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Just found #114. I'll plan to give the SD library that @SpenceKonde linked there a try. |
Beta Was this translation helpful? Give feedback.
Just found #114. I'll plan to give the SD library that @SpenceKonde linked there a try.