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

Method getRangeMin

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

Get the minimum raw value (maps to 0.0 in normalized)

Source from the content-addressed store, hash-verified

98
99 // Get the minimum raw value (maps to 0.0 in normalized)
100 u16 getRangeMin() const { return mMinValue; }
101
102 // Get the maximum raw value (maps to 1.0 in normalized)
103 u16 getRangeMax() const { return mMaxValue; }

Callers 1

FL_TEST_FILEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected