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

◆ high()

bool fl::DigitalPin::high ( ) const

Definition at line 98 of file digital_pin.cpp.

98 {
99 return mImpl->high();
100}
DigitalPinImplPtr mImpl
Definition digital_pin.h:36

References mImpl.