-
```
What steps will reproduce the problem?
1. Arduino sketches that depend on the sdfat library fail to compile on
Arduino-1.0.1-rc2
2. I received the following error:
core.a(new.cpp.o): In function …
-
```
What steps will reproduce the problem?
1. Arduino sketches that depend on the sdfat library fail to compile on
Arduino-1.0.1-rc2
2. I received the following error:
core.a(new.cpp.o): In function …
-
```
What steps will reproduce the problem?
1. Arduino sketches that depend on the sdfat library fail to compile on
Arduino-1.0.1-rc2
2. I received the following error:
core.a(new.cpp.o): In function …
-
A lot of Arduino cores ship with a builtin SD library these days (e.g., esp32, esp8266, rp2040).
Would it be possible to add [this one](https://github.com/rei-vilo/SD_TM4C)?
Thanks,
Steve
-
Please help test [this](https://github.com/greiman/SdFat-beta) beta version of SdFat that supports fast SDIO.
A number of users have requested this feature and hope it will be include in this packa…
-
On first glance, the lack of compatibility may stem from some directory-related commands, but not sure yet.
We could update to work with SdFat v2 (the best solution) and/or update https://github.co…
-
Hi Mr. Greiman, thank you for your efforts, I appreciate you. I am working on a wrist watch project that will use an ESP32 (for the Bluetooth and Wifi capabilities and 2 processors), a TFT display, an…
-
In
https://github.com/COAST-Lab/ConductivitySensor_Old/blob/42f6ad3f61daf9208db27fdebbddd982a49db844/Firmware/AtlasConductivity_20240724/src/AtlasConductivity_20240724.cpp#L153-L156
it appears …
-
get this error with sdfat 2.2.3:
SpiDriver\SdSpiChipSelect.cpp:34:26: error: cannot convert 'bool' to 'PinStatus' for argument '2' to 'void digitalWrite(pin_size_t, PinStatus)'
-
Hi
I tried to compile your code for stm32F103C8T6 and get the error message sdfat.h not found.
I tried some libs I found, adafruit etc. It does not help out.
May I ask you which lib you are using?…