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

◆ digitalWrite()

void fl::digitalWrite ( int pin,
PinValue val )

Write digital value to pin.

Parameters
pinPin number (platform-specific numbering)
valPin value (Low or High)

Definition at line 51 of file pin.cpp.hpp.

51 {
52 platforms::digitalWrite(pin, val);
53}

Referenced by fl::DigitalMultiWrite16::applyNibble(), fl::DigitalMultiWrite8::applyNibble(), fl::third_party::ezWS2812gpio::begin(), fl::third_party::ezWS2812gpio::end(), fl::pwm_state::pwm_isr_handler(), fl::pwm_state::releaseChannel(), setPwmFrequency(), fl::validation::testRxChannel(), and fl::DigitalPinImpl::write().

+ Here is the caller graph for this function: