This website works better with JavaScript.
홈
탐색
도움말
로그인
visus
/
teensy-sd
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
Activity
소스 검색
Add SD.begin() to be called more than once
main
PaulStoffregen
4 년 전
부모
f7c6002632
커밋
a4c9800ac3
1개의 변경된 파일
과
3개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
변경상태 보기
+3
-0
SD.cpp
+ 3
- 0
SD.cpp
파일 보기
@@ -341,6 +341,9 @@ boolean SDClass::begin(uint8_t csPin) {
Return true if initialization succeeds, false otherwise.
*/
if (root.isOpen()) root.close();
return card.init(SPI_HALF_SPEED, csPin) &&
volume.init(card) &&
root.openRoot(volume);
Write
Preview
Loading…
취소
저장