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