Browse Source

AP_BoardConfig: Use SI units conventions in parameter units

Follow the rules from:
http://physics.nist.gov/cuu/Units/units.html
http://physics.nist.gov/cuu/Units/outside.html
and
http://physics.nist.gov/cuu/Units/checklist.html
one further constrain is that only printable (7bit) ASCII characters are allowed
master
Dr.-Ing. Amilcar Do Carmo Lucas 8 years ago committed by Andrew Tridgell
parent
commit
a85b7af32d
  1. 2
      libraries/AP_BoardConfig/AP_BoardConfig.cpp

2
libraries/AP_BoardConfig/AP_BoardConfig.cpp

@ -153,7 +153,7 @@ const AP_Param::GroupInfo AP_BoardConfig::var_info[] = { @@ -153,7 +153,7 @@ const AP_Param::GroupInfo AP_BoardConfig::var_info[] = {
// @DisplayName: Target IMU temperature
// @Description: This sets the target IMU temperature for boards with controllable IMU heating units. A value of -1 disables heating.
// @Range: -1 80
// @Units: degreesC
// @Units: degC
// @User: Advanced
AP_GROUPINFO("IMU_TARGTEMP", 8, AP_BoardConfig, _imu_target_temperature, HAL_IMU_TEMP_DEFAULT),
#endif

Loading…
Cancel
Save