I am trying to build a data logger using adafruit sd sheld with Rtc clock. I want to measure themerature and humidity. An adafruit stm31 does that. The problem I am having is a c++ problem. Most of the on line examples use fsream function. Is there a list of the functions supported by sd.h or adafruit sd.h. I want the function names not examples on how to use them?
For the standard Arduino SD library, a link to GitHub and a list of methods are provided below.
You can also find Adafruit at:
The following information may also be helpful:
Alternatively, although it is a bit more tedious, you can find the path of the file used by the compiler with "Show verbose output during > compile" checked in the "Settings" tab of "Arduino IDE > Preferences" from the menu.