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.