From 486b5a1b9aedbfdef61b3e204c6f012423bbf234 Mon Sep 17 00:00:00 2001 From: Hydra Date: Sat, 18 Mar 2017 17:12:18 +0000 Subject: [PATCH] CF/BF - clarify voltage/sensors terminology. --- src/main/sensors/battery.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.