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

◆ write()

void fl::DigitalPin::write ( bool is_high)

Definition at line 96 of file digital_pin.cpp.

96 {
97 mImpl->write(is_high);
98}
DigitalPinImplPtr mImpl
Definition digital_pin.h:41

References mImpl.