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.

3 anos atrás
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!