SoftPWM (community library)

Summary

Name Value
Name SoftPWM
Version 1.1.1
Installs 5510
License GNU General Public License 3+
Author Brett Hagman / Paul Kourany
URL https://github.com/pkourany/SoftPWM
Repository https://github.com/pkourany/SoftPWM.github
Download .tar.gz
All Versions 1.1.1, 1.1.0, 1.0.0

Software PWM library adapted for Particle Core/Photon

Example Build Testing

Device OS Version:

This table is generated from an automated build. Success only indicates that the code compiled successfully.

Library Read Me

This content is provided by the library maintainer and has not been validated or approved.

SoftPWM Library

Arduino and wiring library adapted for Particle Core/Photon to produce PWM signals on any arbitrary pin. https://code.google.com/p/rogue-code/wiki/SoftPWMLibraryDocumentation

Adapted for Spark by Paul Kourany, August 12, 2014 Updated for Core/Photon by Paul Kourany, Oct 3, 2015 Updated for Libraries 2.0, Jan 29, 2017

Spark Adaptation

The Particle adaptation uses the SparkIntervalTimer library for timing. The timer is set to the same 66us period as the Arduino code.

There are a maximum of 16 pins which can be configured with SoftPWM, namely D0-D7 and A0-A7.

Requirements

The SparkIntervalTimer library is used.

Browse Library Files