-
Over the weekend I got a Class 10 SD card to work with the Metro M4 and Adafruit WINC1500 shield by slowing the SPI clock down to 12 MHz. This week I integrated the Seeed Ethernet 5500 shield with my …
-
You have written two awesome SD card libraries!! Problem is the library you wrote for the adafruit fork does not support exfat???, but your other sd card library does. I have to have the adafruit fork…
-
```
grbl_controller_esp32:80:10: fatal error: SdFat.h: No such file or directory
#include "SdFat.h"
^~~~~~~~~
compilation terminated.
exit status 1
SdFat.h: No such file or directory
…
-
```
What steps will reproduce the problem?
1.using original sample file to access SD content(as per May 26 2014)
2.
3.
What is the expected output? What do you see instead?
- not compiling, "init " …
-
```
What steps will reproduce the problem?
1.using original sample file to access SD content(as per May 26 2014)
2.
3.
What is the expected output? What do you see instead?
- not compiling, "init " …
-
```
What steps will reproduce the problem?
1.using original sample file to access SD content(as per May 26 2014)
2.
3.
What is the expected output? What do you see instead?
- not compiling, "init " …
-
Bill,
In 2016 I used a zip file from stepl https://forum.pjrc.com/threads/45647-k6x-LAN8720(A)-amp-lwip to test T3.6 SDHC with lwIP servers (httpd, ftpd, tftpd). Teensy 4.1 will have Ethernet, so I …
-
### Description
I am trying to use the beta SdFat library so I can connect my SD Card to the Teensy 4.1 with the builtin SD card slot. Uses SDIO - AFAIK SD library does not yet support this.
…
-
This library appears to not be compatible with the Arduino Giga Microcontroller based on the STM32H747 MCU. If you guys could add compatibility with this popular board it would be greatly appreciated!…
-
Hello,
when checking the last token in the line, there should be the "\n" delimiter as the token now ends with the LF character. The CR character was already removed by Fgets function.
https://git…