|
FastLED 3.9.15
|
Definition at line 15 of file digital_pin.cpp.hpp.
#include <digital_pin.cpp.hpp>
Public Member Functions | |
| DigitalPinImpl (int pin) | |
| ~DigitalPinImpl () FL_NOEXCEPT=default | |
| bool | high () |
| void | setPinMode (DigitalPin::Mode mode) |
| void | write (bool value) |
Private Attributes | |
| int | mPin |