Frank
4 년 전
No account linked to committer's email address
1개의 변경된 파일과
1개의 추가작업 그리고
1개의 파일을 삭제
-
src/SD.h
|
|
@@ -204,7 +204,7 @@ extern SDClass SD; |
|
|
|
class Sd2Card |
|
|
|
{ |
|
|
|
public: |
|
|
|
bool init(uint8_t speed, uint8_t csPin) { |
|
|
|
bool init(uint32_t speed, uint8_t csPin) { |
|
|
|
return SD.begin(csPin); |
|
|
|
} |
|
|
|
uint8_t type() { |