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.

README.txt 401B

3 jaren geleden
12345678910111213
  1. ** SD - a slightly more friendly wrapper for sdfatlib **
  2. This library aims to expose a subset of SD card functionality in the
  3. form of a higher level "wrapper" object.
  4. License: GNU General Public License V3
  5. (Because sdfatlib is licensed with this.)
  6. (C) Copyright 2010 SparkFun Electronics
  7. Now better than ever with optimization, multiple file support, directory handling, etc - ladyada!