PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
John Robinson 4aaa09bd80
initial commit
před 3 roky
..
examples initial commit před 3 roky
utility initial commit před 3 roky
File.cpp initial commit před 3 roky
README.txt initial commit před 3 roky
SD.cpp initial commit před 3 roky
SD.h initial commit před 3 roky
SD_t3.h initial commit před 3 roky
cache_t3.cpp initial commit před 3 roky
card_t3.cpp initial commit před 3 roky
dir_t3.cpp initial commit před 3 roky
fat_t3.cpp initial commit před 3 roky
file_t3.cpp initial commit před 3 roky
init_t3.cpp initial commit před 3 roky
keywords.txt initial commit před 3 roky
library.properties initial commit před 3 roky

README.txt


** SD - a slightly more friendly wrapper for sdfatlib **

This library aims to expose a subset of SD card functionality in the
form of a higher level "wrapper" object.

License: GNU General Public License V3
(Because sdfatlib is licensed with this.)

(C) Copyright 2010 SparkFun Electronics

Now better than ever with optimization, multiple file support, directory handling, etc - ladyada!