Platform Teensy Save

Teensy: development platform for PlatformIO

Project README

Teensy: development platform for PlatformIO

Build Status

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.

  • Home (home page in the PlatformIO Registry)
  • Documentation (advanced usage, packages, boards, frameworks, etc.)

Usage

  1. Install PlatformIO
  2. Create PlatformIO project and configure a platform option in platformio.ini file:

Stable version

[env:stable]
platform = teensy
board = ...
...

Development version

[env:development]
platform = https://github.com/platformio/platform-teensy.git
board = ...
...

Configuration

Please navigate to documentation.

Open Source Agenda is not affiliated with "Platform Teensy" Project. README Source: platformio/platform-teensy

Open Source Agenda Badge

Open Source Agenda Rating