diff --git a/src/main/sensors/battery.c b/src/main/sensors/battery.c index f56c2e4e09..b270256937 100644 --- a/src/main/sensors/battery.c +++ b/src/main/sensors/battery.c @@ -43,10 +43,10 @@ /** * terminology: meter vs sensors * - * sensors are used to collect data. + * voltage and current sensors are used to collect data. * - e.g. voltage at an MCU ADC input pin, value from an ESC sensor. * sensors require very specific configuration, such as resistor values. - * meters are used to process and expose data collected from sensors to the rest of the system. + * voltage and current meters are used to process and expose data collected from sensors to the rest of the system. * - e.g. a meter exposes normalized, and often filtered, values from a sensor. * meters require different or little configuration. * meters also have different precision concerns, and may use different units to the sensors.