SD Card Usage on Teensy


Summary of my bookmarked Github repositories from Dec 7th, 2020

Github repositories

  • yoonghm/MTP

    This link provides libraries that enable the use of a microSD card on a Teensy 3.5/3.6 board via a connected host PC. To test it, you need to install Teensyduino version 1.39 and follow several steps, including cloning the SdFat and MTP libraries, copying specific files, inserting a formatted microSD card, and compiling the provided program. The link also references a forum thread for additional information.