42 Commits (b43b00377761eab22ff3c83fc87e9a734bc9781b)

Author SHA1 Message Date
Pat Hickey d5a46ca1e3 AP_ADC: uses scheduler panic 12 years ago
Pat Hickey 09c14f3807 AP_ADC: more robust semaphores 12 years ago
Pat Hickey 668caa4a2e Fix calls to AP_HAL::Scheduler::register_timer_process 12 years ago
Pat Hickey 30deb76ea3 AP_ADC: ported to AP_HAL 12 years ago
Andrew Tridgell c1a02e49a0 ADC: switch to SREG = oldSREG pattern for interrupt mask/restore 12 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 79b370cf1d uncrustify libraries/AP_ADC/AP_ADC_ADS7844.cpp 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 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
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 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
Jason Short f89da12387 Minimized the accel_filtered vector to be faster and more accurate. 14 years ago
Jason Short de61e87128 Added ADC gyro Filtering for quads - this fixes a noise issue introduced into the controller 14 years ago
Andrew Tridgell f375258699 fixed inconsistent linefeeds in ADC code 14 years ago
Andrew Tridgell a835912d93 ADC: randomise the sampling rate 14 years ago
Andrew Tridgell 1d68953416 ADC: the bottom 3 bits of ADC output are always zero 14 years ago
Andrew Tridgell 9af7021a98 change ADC sample rate to 1kHz 14 years ago
Andrew Tridgell 70bf945d40 ADC: re-work for ADC code for full resolution and accurate timing 14 years ago
jasonshort eb39d2d53a Added ability to grab an unfiltered value from the ADC 14 years ago
jasonshort c5f06b99fe silly formatting 14 years ago
jasonshort c1ddd58d4c Implemented moving average filter to deal with noise issues on quads, default is a 6 member filter. 14 years ago
james.goppert 7809b0ca2a Massive warning fixes. 14 years ago
mich146@hotmail.com bae1c531d0 ADC Library - reimplement overflow 14 years ago
mich146@hotmail.com cdcee09e0d Fix adc issue causing serial problems/other issues. (DOUG please check) 14 years ago
deweibel@gmail.com 8e542512da Change ADC overflow correction 14 years ago
james.goppert cce122d387 Moved APM_ADC to AP_ADC 14 years ago
james.goppert e865622f66 Added generic ADC library. 14 years ago
james.goppert 51696e63af HIL debugging APM_ADC 14 years ago
james.goppert 929be190fd Changed from float to int16_t for HIL. 14 years ago
james.goppert 13d586dd01 Debugging HIL classes. 14 years ago
james.goppert 0eef05b734 Working on HIL for sensors. 14 years ago
james.goppert e245b7c7b3 Added sensor level HIL support. 14 years ago
deweibel b7778b2ad9 Returned channel read order to the original order 15 years ago
deweibel 8a4b060873 correct typo 15 years ago