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

◆ write()

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

Definition at line 70 of file digital_pin.cpp.hpp.

70 {
71 mImpl->write(is_high);
72}
DigitalPinImplPtr mImpl
Definition digital_pin.h:33

References mImpl.

Referenced by DigitalPin().

+ Here is the caller graph for this function: