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

◆ Pin()

Pin::Pin ( int pin)
inline

Constructor.

Parameters
pinArduino digital pin number

Definition at line 66 of file fastpin.h.

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

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: