bhagman / SoftPWM

A Wiring (and Arduino) Library to produce PWM signals on arbitrary pins.
MIT License
86 stars 31 forks source link

Add Teensy hardware definition and fix keywords.txt file #3

Closed PaulStoffregen closed 6 years ago

PaulStoffregen commented 7 years ago

This adds defines to work with Teensy 32 bit boards.

It also fixes the formatting for keyboards.txt to be compatible with the Arduino IDE (which is quite silly to only allow a single tab between the fields...)

bhagman commented 6 years ago

Cherry picked e6a9e73 and 93f79f4 (fixes #4).

Won't fix keywords.txt. See https://github.com/arduino/Arduino/pull/7245

New version released: https://github.com/bhagman/SoftPWM/releases/tag/1.0.1

Thank you!