https://forum.pjrc.com/threads/64592-Teensyduino-1-54-Beta-5?p=262926&viewfull=1#post262926main
class Sd2Card | class Sd2Card | ||||
{ | { | ||||
public: | public: | ||||
bool init(uint8_t speed, uint8_t csPin) { | |||||
bool init(uint32_t speed, uint8_t csPin) { | |||||
return SD.begin(csPin); | return SD.begin(csPin); | ||||
} | } | ||||
uint8_t type() { | uint8_t type() { |