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

◆ set()

void Pin::set ( FASTLED_REGISTER port_t val)
inline

Set the state of the output register.

Parameters
valthe state to set the output register to
Note
This function is not limited to the current pin! It modifies the entire register.

Definition at line 98 of file fastpin.h.

98{ *mPort = val; }
volatile RwReg * mPort
Output register for the pin.
Definition fastpin.h:48

References FASTLED_REGISTER, and mPort.