teensy_loader_cli
load and run programs onto your Teensy micro controller
Install
- All systems
-
curl cmd.cat/teensy_loader_cli.sh
- Debian
-
apt-get install teensy-loader-cli
- Ubuntu
-
apt-get install teensy-loader-cli
- Arch Linux
-
pacman -S teensy-loader-cli
- Kali Linux
-
apt-get install teensy-loader-cli
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install teensy-loader-cli
- OS X
-
brew install teensy_loader_cli
- Dockerfile
- dockerfile.run/teensy_loader_cli
teensy-loader-cli
load and run programs onto your Teensy micro controller
See https://www.pjrc.com/teensy/ for an introduction to the Teensy family of USB-based microcontroller development systems. The teensy loader cli is a command-line alternative to the graphical teensy loader which is included with Teensyduino. The cli version is preferred by advanced users who want to automate programming, typically from within a Makefile or similar.