Arduino
Using stdio.h file operations on Arduino ESP32 to access a SD Drive
So far I was always using the Arduino based SD API to access files on a SD drive. But there are plenty of existing libraries which expect to use stdio.h operations to work with files. So I was digging into the topic and to my surprise this is possible: You Read more…