comment edit

This commit is contained in:
Aditya Pulipaka
2025-11-16 13:51:36 -06:00
parent 4ea9fbcf90
commit b893a1fa0f

View File

@@ -24,7 +24,7 @@ private:
IndSensorMap consts;
uint8_t pin;
// Read sensor and convert to millimeters
// helper function to convert analog reading to millimeters
float toMM(unsigned int raw);
};