MCPcopy Create free account
hub / github.com/FastLED/FastLED / removeOnChange

Method removeOnChange

src/fl/sensors/potentiometer.h:70–73  ·  view source on GitHub ↗

Remove callback by ID

Source from the content-addressed store, hash-verified

68
69 // Remove callback by ID
70 void removeOnChange(int id) {
71 mOnChangeCallbacks.remove(id);
72 mOnChangeNormalizedCallbacks.remove(id);
73 }
74
75 // ========================================================================
76 // Configuration

Callers 1

FL_TEST_FILEFunction · 0.80

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected