John Robinson f02f78e6e6 initial commit | pirms 3 gadiem | |
---|---|---|
__pycache__ | pirms 3 gadiem | |
boards | pirms 3 gadiem | |
builder | pirms 3 gadiem | |
examples | pirms 3 gadiem | |
misc/svd | pirms 3 gadiem | |
.piopm | pirms 3 gadiem | |
LICENSE | pirms 3 gadiem | |
README.md | pirms 3 gadiem | |
platform.json | pirms 3 gadiem | |
platform.py | pirms 3 gadiem |
Teensy is a complete USB-based microcontroller development system, in a very small footprint, capable of implementing many types of projects. All programming is done via the USB port. No special programmer is needed, only a standard USB cable and a PC or Macintosh with a USB port.
[env:stable]
platform = teensy
board = ...
...
[env:development]
platform = https://github.com/platformio/platform-teensy.git
board = ...
...
Please navigate to documentation.