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