diff --git a/IndSensorMap.hpp b/IndSensorMap.hpp index f6d0d26..187dd03 100644 --- a/IndSensorMap.hpp +++ b/IndSensorMap.hpp @@ -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); };