Browse Source

AP_Logger: add instance unit type

master
Peter Barker 6 years ago committed by Peter Barker
parent
commit
4ae64416c3
  1. 3
      libraries/AP_Logger/LogStructure.h

3
libraries/AP_Logger/LogStructure.h

@ -110,7 +110,8 @@ const struct UnitStructure log_Units[] = { @@ -110,7 +110,8 @@ const struct UnitStructure log_Units[] = {
{ 'P', "Pa" }, // Pascal
{ 'w', "Ohm" }, // Ohm
{ 'Y', "us" }, // pulse width modulation in microseconds
{ 'z', "Hz" } // Hertz
{ 'z', "Hz" }, // Hertz
{ '#', "instance" } // (e.g.)Sensor instance number
};
// this multiplier information applies to the raw value present in the

Loading…
Cancel
Save