FastLED 3.9.15
Loading...
Searching...
No Matches

◆ analogWrite16()

void fl::analogWrite16 ( int pin,
u16 val )
inline

Alias for setPwm16 - Set PWM duty cycle with 16-bit resolution.

Parameters
pinPin number (platform-specific numbering)
valPWM duty cycle (0-65535, platform-specific maximum)

Definition at line 104 of file pin.h.

104 {
105 setPwm16(pin, val);
106}
void setPwm16(int pin, u16 val)
Set PWM duty cycle with 16-bit resolution.
Definition pin.cpp.hpp:249

References setPwm16().

+ Here is the call graph for this function: