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

◆ Pin()

Pin::Pin ( int pin)
inline

Constructor.

Parameters
pinArduino digital pin number

Definition at line 128 of file fastpin.h.

128: mPin(pin) { _init(); }
void _init()
Initialize the class by retrieving the register pointers and bitmask.
Definition fastpin.h:119
fl::u8 mPin
Arduino digital pin number.
Definition fastpin.h:115

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: