jfpoilpret / fast-arduino-lib

C++ platform to build Arduino and AVR projects. Rationale is size and speed optimization.
GNU Lesser General Public License v2.1
60 stars 9 forks source link

Add support for SD card readers #72

Open jfpoilpret opened 4 years ago

jfpoilpret commented 4 years ago

Still to be defined: format(s) to support (FAT16, FAT32, others...) File API shall be integrated to iostream API (for text files).