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

◆ Pin()

Pin::Pin ( int pin)
inline

Constructor.

Parameters
pinArduino digital pin number

Definition at line 64 of file fastpin.h.

64: mPin(pin) { _init(); }
void _init()
Initialize the class by retrieving the register pointers and bitmask.
Definition fastpin.h:55
uint8_t mPin
Arduino digital pin number.
Definition fastpin.h:51

References _init(), and mPin.

Referenced by InputPin::InputPin(), and OutputPin::OutputPin().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: