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

◆ PinMode

enum class fl::PinMode
strong

Pin mode configuration.

Enumerator
Input 

Digital input (high impedance)

Output 

Digital output (push-pull)

InputPullup 

Digital input with internal pull-up resistor.

InputPulldown 

Digital input with internal pull-down resistor.

Definition at line 41 of file pin.h.

41 {
42 Input = 0,
43 Output,
46};
@ Output
Digital output (push-pull)
Definition pin.h:43
@ Input
Digital input (high impedance)
Definition pin.h:42
@ InputPullup
Digital input with internal pull-up resistor.
Definition pin.h:44
@ InputPulldown
Digital input with internal pull-down resistor.
Definition pin.h:45