PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

před 3 roky
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!