PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
John Robinson 4aaa09bd80
initial commit
il y a 3 ans
..
examples initial commit il y a 3 ans
utility initial commit il y a 3 ans
File.cpp initial commit il y a 3 ans
README.txt initial commit il y a 3 ans
SD.cpp initial commit il y a 3 ans
SD.h initial commit il y a 3 ans
SD_t3.h initial commit il y a 3 ans
cache_t3.cpp initial commit il y a 3 ans
card_t3.cpp initial commit il y a 3 ans
dir_t3.cpp initial commit il y a 3 ans
fat_t3.cpp initial commit il y a 3 ans
file_t3.cpp initial commit il y a 3 ans
init_t3.cpp initial commit il y a 3 ans
keywords.txt initial commit il y a 3 ans
library.properties initial commit il y a 3 ans

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!