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

◆ digitalRead()

PinValue fl::digitalRead ( int pin)

Read digital value from pin.

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

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

55 {
56 return platforms::digitalRead(pin);
57}

Referenced by fl::DigitalPinImpl::high().

+ Here is the caller graph for this function: