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.

README.txt 401B

il y a 3 ans
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!