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

◆ Mode

Enumerator
kInput 
kOutput 

Definition at line 21 of file digital_pin.h.

21 {
22 kInput = 0,
23 kOutput,
24 // the fallback mechanism does not support pullups or pulldowns, so we don't either yet.
25 // TODO: Add these for the fallback mechanism.
26 // kInputPullup,
27 // kInputPulldown,
28 };