PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
John Robinson 4aaa09bd80
initial commit
5年前
..
examples initial commit 5年前
utility initial commit 5年前
File.cpp initial commit 5年前
README.txt initial commit 5年前
SD.cpp initial commit 5年前
SD.h initial commit 5年前
SD_t3.h initial commit 5年前
cache_t3.cpp initial commit 5年前
card_t3.cpp initial commit 5年前
dir_t3.cpp initial commit 5年前
fat_t3.cpp initial commit 5年前
file_t3.cpp initial commit 5年前
init_t3.cpp initial commit 5年前
keywords.txt initial commit 5年前
library.properties initial commit 5年前

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!