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