Pico-Arduino
|
This is an even more powerfull PWM API where we can specify a user defined input range and the cycle frequency in hz. More...
#include <PicoPWM.h>
Protected Member Functions | |
uint64_t | valueToDutyCycle (uint64_t value) |
Protected Attributes | |
PicoPWMNano * | nano |
int64_t | max_value |
uint64_t | period_nano_sec |
This is an even more powerfull PWM API where we can specify a user defined input range and the cycle frequency in hz.