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

◆ onChange() [2/2]

int Potentiometer::onChange ( fl::function< void(Potentiometer &)> callback)

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

179 {
180 int id = mOnChangeCallbacks.add(callback);
181 return id;
182}
fl::function_list< void(Potentiometer &)> mOnChangeCallbacks

References Potentiometer(), and mOnChangeCallbacks.

+ Here is the call graph for this function: