John Robinson f02f78e6e6 initial commit | il y a 3 ans | |
---|---|---|
__pycache__ | il y a 3 ans | |
boards | il y a 3 ans | |
builder | il y a 3 ans | |
examples | il y a 3 ans | |
misc/svd | il y a 3 ans | |
.piopm | il y a 3 ans | |
LICENSE | il y a 3 ans | |
README.md | il y a 3 ans | |
platform.json | il y a 3 ans | |
platform.py | il y a 3 ans |
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.