Get the maximum raw value (maps to 1.0 in normalized)
| 101 | |
| 102 | // Get the maximum raw value (maps to 1.0 in normalized) |
| 103 | u16 getRangeMax() const { return mMaxValue; } |
| 104 | |
| 105 | // Calibrate to current position as minimum (0.0) |
| 106 | void calibrateMin() { mMinValue = mCurrentValue; } |