|
FastLED 3.9.15
|
Definition at line 16 of file digital_pin.h.
#include <digital_pin.h>
Public Types | |
| enum | Mode { kInput = 0 , kOutput , kInputPullup } |
Public Member Functions | |
| DigitalPin (const DigitalPin &other) | |
| DigitalPin (DigitalPin &&other)=delete | |
| DigitalPin (int pin) | |
| ~DigitalPin () | |
| bool | high () const |
| DigitalPin & | operator= (const DigitalPin &other) |
| void | setPinMode (Mode mode) |
| void | write (bool is_high) |
Private Attributes | |
| DigitalPinImplPtr | mImpl |