git clone https://github.com/Ryzee119/usb64.git --recursive
python -m pip install --upgrade pip
pip install platformio
cd usb64
platformio run -e teensy41
- Download and install Visual Studio Code.
- Install the PlatformIO IDE plugin.
- Clone this repo recursively
git clone https://github.com/Ryzee119/usb64.git --recursive
- In Visual Studio Code
File > Open Folder... > usb64
- Hit build on the Platform IO toolbar (
✓
).
- Connect the Teensy to your PC using a MicroUSB cable.
- Run the Teensy Loader Application.
- Setup Visual Studio Code as per the Compile instructions.
- Hit the program button on the Platform IO toolbar (
→
).