PlatformIO package of the Teensy core framework compatible with GCC 10 & C++20
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

pirms 3 gadiem
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!