rename indToMM

This commit is contained in:
kellharpole
2025-11-16 12:26:02 -06:00
parent 7e9a437797
commit b9c9845790
4 changed files with 7 additions and 7 deletions

View File

@@ -17,6 +17,6 @@ extern IndSensorMap ind2Map;
extern IndSensorMap ind3Map;
// Convert raw analog reading to millimeters using sensor calibration
float ind2mm(IndSensorMap ind, unsigned int raw);
float indToMM(IndSensorMap ind, unsigned int raw);
#endif // IND_SENSOR_MAP_HPP