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