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

◆ write()

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

Definition at line 102 of file digital_pin.cpp.

102 {
103 mImpl->write(is_high);
104}
DigitalPinImplPtr mImpl
Definition digital_pin.h:36

References mImpl.