PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
John Robinson 4aaa09bd80
initial commit
3 år sedan
..
examples initial commit 3 år sedan
utility initial commit 3 år sedan
File.cpp initial commit 3 år sedan
README.txt initial commit 3 år sedan
SD.cpp initial commit 3 år sedan
SD.h initial commit 3 år sedan
SD_t3.h initial commit 3 år sedan
cache_t3.cpp initial commit 3 år sedan
card_t3.cpp initial commit 3 år sedan
dir_t3.cpp initial commit 3 år sedan
fat_t3.cpp initial commit 3 år sedan
file_t3.cpp initial commit 3 år sedan
init_t3.cpp initial commit 3 år sedan
keywords.txt initial commit 3 år sedan
library.properties initial commit 3 år sedan

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!