Working on comments.

This commit is contained in:
James Goppert
2013-01-13 18:38:09 -05:00
parent ea3ce8de85
commit 56e15ab1f4
5 changed files with 45 additions and 51 deletions
-1
View File
@@ -99,7 +99,6 @@ struct sensor_combined_s {
float baro_pres_mbar; /**< Barometric pressure, already temp. comp. */
float baro_alt_meter; /**< Altitude, already temp. comp. */
float baro_temp_celcius; /**< Temperature in degrees celsius */
float battery_voltage_v; /**< Battery voltage in volts, filtered */
float adc_voltage_v[4]; /**< ADC voltages of ADC Chan 10/11/12/13 or -1 */
float mcu_temp_celcius; /**< Internal temperature measurement of MCU */
uint32_t baro_counter; /**< Number of raw baro measurements taken */