arduino-libraries / SD

SD Library for Arduino

Home Page:http://arduino.cc/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SD examples on ESP32 do not working

pavel-b-kr12 opened this issue · comments

  • NonBlockingWrite: no availableForWrite() function
  • CardInfo: multiple issues

The ESP32 platform provides its own version of the SD library:
https://github.com/espressif/arduino-esp32/tree/master/libraries/SD
It seems that it doesn't have a completely compatible API to that of the official SD library. So reports of issues with the SD library on ESP32 boards are off topic in this repository.