Teensy-loader-cli Command
Install teensy-loader-cli
-
Debian
apt-get install teensy-loader-cliClick to copy -
Ubuntu
apt-get install teensy-loader-cliClick to copy -
Arch Linux
pacman -S teensy-loader-cliClick to copy -
Kali Linux
apt-get install teensy-loader-cliClick to copy
teensy-loader-cli
load and run programs onto your Teensy micro controllerSee 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.
Install the latest version of teensy-loader-cli in Debian, Ubuntu, Arch and Kali from terminal. To install the teensy-loader-cli just copy the above command for your OS and run into terminal. After you run the command it will grab the latest version of teensy-loader-cli from the respository and install it in your computer/server.




