|
FastLED 3.9.15
|
| void fl::setPwm16 | ( | int | pin, |
| u16 | val ) |
Set PWM duty cycle with 16-bit resolution.
| pin | Pin number (platform-specific numbering) |
| val | PWM duty cycle (0-65535, platform-specific maximum) |
Definition at line 249 of file pin.cpp.hpp.
References fl::pwm_state::PwmPinState::backend, fl::pwm_state::PwmPinState::duty_cycle, fl::pwm_state::findByPin(), fl::pwm_state::PwmPinState::high_ticks, fl::pwm_state::IsrSoftware, fl::pwm_state::Native, and fl::pwm_state::PwmPinState::period_ticks.
Referenced by analogWrite16().
Here is the call graph for this function:
Here is the caller graph for this function: