ardupilot/libraries/AP_Baro
James Bielman 4fa7bb1486 Add AVR compatibility header for missing math.h definitions.
- Define float versions of math functions to the double versions
  on AVR (eg. #define sinf sin).
- These macros appear to be missing in older versions of avr-libs.
- Include AP_Math.h rather than math.h to get these definitions.
2013-01-16 13:52:17 +11:00
..
examples AP_Baro: read 4 pressure values for every temperature value on BMP085 2013-01-09 23:44:26 +11:00
AP_Baro_BMP085_hil.cpp AP_Baro: port to AP_HAL 2012-12-20 14:51:26 +11:00
AP_Baro_BMP085_hil.h AP_Baro: port to AP_HAL 2012-12-20 14:51:26 +11:00
AP_Baro_BMP085.cpp AP_Baro: only build BMP085 driver on APM1 2013-01-10 21:01:07 +11:00
AP_Baro_BMP085.h AP_Baro: added accumulate() function 2013-01-09 23:05:17 +11:00
AP_Baro_MS5611.cpp Update floating point calculations to use floats instead of doubles. 2013-01-16 13:52:01 +11:00
AP_Baro_MS5611.h AP_HAL: Add semaphores to I2C driver. 2013-01-04 15:43:43 -08:00
AP_Baro_PX4.cpp AP_Baro: removed debug line 2013-01-04 22:26:51 +11:00
AP_Baro_PX4.h AP_Baro: added averaging to PX4 baro driver 2013-01-04 21:08:20 +11:00
AP_Baro.cpp Add AVR compatibility header for missing math.h definitions. 2013-01-16 13:52:17 +11:00
AP_Baro.h AP_Baro: added accumulate() function 2013-01-09 23:05:17 +11:00