PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
John Robinson 4aaa09bd80
initial commit
пре 3 година
..
examples initial commit пре 3 година
utility initial commit пре 3 година
File.cpp initial commit пре 3 година
README.txt initial commit пре 3 година
SD.cpp initial commit пре 3 година
SD.h initial commit пре 3 година
SD_t3.h initial commit пре 3 година
cache_t3.cpp initial commit пре 3 година
card_t3.cpp initial commit пре 3 година
dir_t3.cpp initial commit пре 3 година
fat_t3.cpp initial commit пре 3 година
file_t3.cpp initial commit пре 3 година
init_t3.cpp initial commit пре 3 година
keywords.txt initial commit пре 3 година
library.properties initial commit пре 3 година

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!