You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
jasonshort 2ac2faf7a7 git-svn-id: https://arducopter.googlecode.com/svn/trunk@979 f9c3cf11-9bcb-44bc-f272-b75c42450872 14 years ago
..
APM_BMP085
APM_BinComm
APM_Compass Use fabs() rather than abs() for floating-point values. 14 years ago
APM_FastSerial
APM_PerfMon
APM_RC re-uploaded 14 years ago
AP_ADC Full HIL working! 14 years ago
AP_Common Added inclusion guard to menu.h 14 years ago
AP_Compass
AP_DCM Use fabs() for floating point values, not abs(). The latter causes truncation (cast to int) and generates a lot more code. 14 years ago
AP_GPS Eliminate GPS::_error, as it's responsible for pulling in the old printf, which doesn't work anymore. Fixing it's not worth the effort. 14 years ago
AP_IMU Use fabs(), not abs() for floating point values. 14 years ago
AP_Math
AP_Navigation
DataFlash
FastSerial Add ::peek for compatibility with trunk Arduino. 14 years ago
GCS_MAVLink Synced with mavlink master. 14 years ago
GPS_IMU
GPS_MTK
GPS_NMEA
GPS_UBLOX
PID git-svn-id: https://arducopter.googlecode.com/svn/trunk@979 f9c3cf11-9bcb-44bc-f272-b75c42450872 14 years ago
RC_Channel added filter option 14 years ago
Waypoints