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

◆ fastset()

void Pin::fastset ( FASTLED_REGISTER port_ptr_t port,
FASTLED_REGISTER port_t val )
inline

Set the state of a port.

Parameters
portthe port to modify
valthe state to set the port to

Definition at line 103 of file fastpin.h.

103{ *port = val; }
port_ptr_t port()
Get the output state of the port.
Definition fastpin.h:110

References FASTLED_REGISTER, and port().

+ Here is the call graph for this function: