#include <SoftPWM.h>
nxpcup::SoftPWM::SoftPWM |
( |
PinName |
_outpin, |
|
|
bool |
_positive = true |
|
) |
| |
|
inline |
nxpcup::SoftPWM::operator float |
( |
| ) |
|
|
inline |
SoftPWM& nxpcup::SoftPWM::operator= |
( |
float |
duty | ) |
|
|
inline |
void nxpcup::SoftPWM::period |
( |
float |
_period | ) |
|
|
inline |
void nxpcup::SoftPWM::period_ms |
( |
int |
_period | ) |
|
|
inline |
void nxpcup::SoftPWM::period_us |
( |
int |
_period | ) |
|
|
inline |
void nxpcup::SoftPWM::pulsewidth |
( |
float |
_width | ) |
|
|
inline |
void nxpcup::SoftPWM::pulsewidth_ms |
( |
int |
_width | ) |
|
|
inline |
void nxpcup::SoftPWM::pulsewidth_us |
( |
int |
_width | ) |
|
|
inline |
float nxpcup::SoftPWM::read |
( |
| ) |
|
|
inline |
void nxpcup::SoftPWM::start |
( |
| ) |
|
|
inline |
void nxpcup::SoftPWM::stop |
( |
| ) |
|
|
inline |
void nxpcup::SoftPWM::write |
( |
float |
duty | ) |
|
|
inline |
The documentation for this class was generated from the following file: