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

◆ write()

void fl::DigitalPinImpl::write ( bool value)
inline

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

45 {
47 }
constexpr int type_rank< T >::value
@ Low
Logic low (0V / GND)
Definition pin.h:50
@ High
Logic high (3.3V / 5V, platform-dependent)
Definition pin.h:51
void digitalWrite(int pin, PinValue val)
Write digital value to pin.
Definition pin.cpp.hpp:51

References fl::digitalWrite(), fl::High, fl::Low, mPin, and fl::type_rank< T >::value.

+ Here is the call graph for this function: