This website works better with JavaScript.
Home
Explore
Help
Sign In
visus
/
teensy-sd
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix SD on SPI issues on IMXRT
main
PaulStoffregen
5 years ago
parent
f23b145e95
commit
4ca861105f
1 changed files
with
1 additions
and
0 deletions
Unified View
Show Diff Stats
+1
-0
utility/Sd2Card.cpp
+ 1
- 0
utility/Sd2Card.cpp
View File
}
}
static void spiRec(uint8_t* buf, size_t len) {
static void spiRec(uint8_t* buf, size_t len) {
memset(buf, 0xFF, len);
SPI.transfer(buf, len);
SPI.transfer(buf, len);
}
}
Write
Preview
Loading…
Cancel
Save