80 Commits (8cfefbc2753c213d0b0b8547d386ff5ddf195795)

Author SHA1 Message Date
Andrew Tridgell a1187519a8 AP_HAL: use AP_HAL_BOARD_DRIVER in remaining test sketches 12 years ago
Andrew Tridgell b673320f72 ADC: fixed example warnings 12 years ago
Pat Hickey eb530b86e8 move Arduino.mk to /mk/Arduino.mk 12 years ago
Pat Hickey 992de8c2b9 AP_ADC_ADS7844: changed to use spidevicedriver transaction 12 years ago
Pat Hickey b43b003777 AP_ADC: fix typo in test 12 years ago
Pat Hickey d5a46ca1e3 AP_ADC: uses scheduler panic 12 years ago
Andrew Tridgell 7d27e420ae AP_HAL: remove unnecessary Arduino.h includes 12 years ago
Pat Hickey 475da4eca4 CONFIG_HAL_BOARD - test sketches fixed up, build all passes 12 years ago
Pat Hickey 09c14f3807 AP_ADC: more robust semaphores 12 years ago
Pat Hickey a4f1f6a5db AP_Progmem: fix dependencies for all sketches touched by AP_HAL_AVR 12 years ago
Pat Hickey 668caa4a2e Fix calls to AP_HAL::Scheduler::register_timer_process 12 years ago
Andrew Tridgell 53105efbcd HAL_AVR: more uart0 -> console changes 12 years ago
Pat Hickey 30deb76ea3 AP_ADC: ported to AP_HAL 12 years ago
Michael Oborne 1a3a7d173a AP remove debug include 12 years ago
Michael Oborne ed61ef61ed AP: fix ap hil. 12 years ago
Andrew Tridgell c1a02e49a0 ADC: switch to SREG = oldSREG pattern for interrupt mask/restore 12 years ago
Pat Hickey 8a6017ea48 AP_ADC_test: fix build of test regressions. 13 years ago
rmackay9 6ea5c21f7c AP_ADC: added num_samples_available to allow main loop to be synced with arrival of new sensor data for Oilpan. 13 years ago
rmackay9 0a6219695b AP_InertialSensor: changed read of sensor from MPU6000 to happen immediately 13 years ago
uncrustify fc11f7e3f0 uncrustify libraries/AP_ADC/AP_ADC_HIL.h 13 years ago
uncrustify f302ee3d7f uncrustify libraries/AP_ADC/AP_ADC.h 13 years ago
uncrustify 44941072dc uncrustify libraries/AP_ADC/AP_ADC_ADS7844.h 13 years ago
uncrustify 149e222e6a uncrustify libraries/AP_ADC/AP_ADC_HIL.cpp 13 years ago
uncrustify 7b41104d7e uncrustify libraries/AP_ADC/AP_ADC.cpp 13 years ago
uncrustify 79b370cf1d uncrustify libraries/AP_ADC/AP_ADC_ADS7844.cpp 13 years ago
uncrustify 796d23277c uncrustify libraries/AP_ADC/examples/AP_ADC_test/AP_ADC_test.pde 13 years ago
Andrew Tridgell d692a932ca ADC: added suspend/resume on init 13 years ago
Andrew Tridgell 9b95d2060a ADC: minor fix to the ADC Ch6() code 13 years ago
Andrew Tridgell f9394f8068 ADC: removed the ADC level accel smoothing 13 years ago
Andrew Tridgell a0a360f955 ADC: use floats for ADC averaging 13 years ago
Andrew Tridgell c80ec9a55c AP_ADC: added new_data_available() interface 13 years ago
rmackay9 c444cdb3f4 AP_ADC - removed small compiler warning 13 years ago
Andrew Tridgell 79d622939a ADC: on channel overflow we should not zero last_ch6_micros 13 years ago
Randy Mackay cf25bbfa74 AP_ADC library - tiny fix to make example sketch work after some changes to AP_PeriodicProcess library 13 years ago
Randy Mackay ed19c25a97 Arduino 1.0 - changed all #includes of "WProgram.h", "wiring.h" and "WConstants.h to "Arduino.h". 13 years ago
Jason Short 94e7ba8df2 Removed Gyro filter, In the end it doesn't help and I think it could actually hurt gyro integration. 13 years ago
Jason Short 354d9588bf sensorSign swicth 13 years ago
Andrew Tridgell 8780a60234 ADC: update for new ap_proceduce prototype 13 years ago
Andrew Tridgell 6341db7031 Revert "ADC: only read channels that are actually being used" 13 years ago
Andrew Tridgell d442bad413 Revert "ADC: added an enable_channel() API" 13 years ago
Andrew Tridgell 99eafbbe38 Revert "ADC: fixed HIL build" 13 years ago
Andrew Tridgell f6f808357c removed AperiodicProcess code 13 years ago
Andrew Tridgell d4b66139dc ADC: fixed HIL build 13 years ago
Andrew Tridgell 9591317dbc ADC: added an enable_channel() API 13 years ago
Andrew Tridgell 09947dace1 ADC: only read channels that are actually being used 13 years ago
Andrew Tridgell f125f6619a fixed formatting of ADC driver 13 years ago
Andrew Tridgell 5d503fd65e ADC: change adc.Ch() to return a float 13 years ago
Andrew Tridgell e491168273 ADC: remove a very small (0.2 degrees/s) bias in the ADC code 13 years ago
Pat Hickey 017f121566 AP_ADC: rework ADC library to use PeriodicProcess and ISR_Register 13 years ago
Jason Short 0bfa67f413 Heavy Accel Filter + mild Gyro Filter. To use, filter_result must be set to true on ADC. Off by default. 14 years ago