|
|
vor 4 Jahren | |
|---|---|---|
| __pycache__ | vor 4 Jahren | |
| boards | vor 4 Jahren | |
| builder | vor 4 Jahren | |
| examples | vor 4 Jahren | |
| misc/svd | vor 4 Jahren | |
| .piopm | vor 4 Jahren | |
| LICENSE | vor 4 Jahren | |
| README.md | vor 4 Jahren | |
| platform.json | vor 4 Jahren | |
| platform.py | vor 4 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.