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

◆ read()

u16 fl::PotentiometerLowLevel::read ( )

Definition at line 22 of file potentiometer.cpp.hpp.

22 {
23 return fl::analogRead(mPin);
24}
u16 analogRead(int pin)
Read analog value from pin.
Definition pin.cpp.hpp:59

References fl::analogRead(), and mPin.

+ Here is the call graph for this function: