|
FastLED 3.9.15
|
| void fl::analogWrite | ( | int | pin, |
| u16 | val ) |
Write analog value to pin (PWM)
| pin | Pin number (platform-specific numbering) |
| val | PWM duty cycle (0-255 typical, platform-specific maximum) |
Definition at line 227 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 initPanels(), setPanelHigh(), and setPanelLow().
Here is the call graph for this function:
Here is the caller graph for this function: