mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
CF/BF - clarify voltage/sensors terminology.
This commit is contained in:
parent
01732f4523
commit
486b5a1b9a
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue