PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
John Robinson 4aaa09bd80
initial commit
3 anos atrás
..
examples initial commit 3 anos atrás
utility initial commit 3 anos atrás
File.cpp initial commit 3 anos atrás
README.txt initial commit 3 anos atrás
SD.cpp initial commit 3 anos atrás
SD.h initial commit 3 anos atrás
SD_t3.h initial commit 3 anos atrás
cache_t3.cpp initial commit 3 anos atrás
card_t3.cpp initial commit 3 anos atrás
dir_t3.cpp initial commit 3 anos atrás
fat_t3.cpp initial commit 3 anos atrás
file_t3.cpp initial commit 3 anos atrás
init_t3.cpp initial commit 3 anos atrás
keywords.txt initial commit 3 anos atrás
library.properties initial commit 3 anos atrás

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!