42 Commits (f9c5c94cc6dffbe31bcd85176a87891aab9e1898)

Author SHA1 Message Date
Andrew Tridgell cd07d965a7 Copter: ported RSSI_PIN option from ArduPlane 12 years ago
Andrew Tridgell bcae83c4f6 ACM: make it possible to run CLI on radio port in ArduCopter 12 years ago
rmackay9 07a7a1acd8 ArduCopter: replaced digitalRead and digitalWrite with faster calls 12 years ago
rmackay9 e92b560df5 ArduCopter: low baterry failsafe 12 years ago
rmackay9 78316adf75 ArduCopter: replace Serial.print with Serial.print_P to save memory. 12 years ago
rmackay9 d2912e4e01 ArduCopter: added spi_semaphore to stop conflicts between dataflash and optical flow sensor on APM1 12 years ago
Andrew Tridgell f828956cb8 battery: use set_pin() to allow pins to be changed at runtime 12 years ago
rmackay9 240b0b43fd ArduCopter: small comment fixes related to battery monitoring 13 years ago
rmackay9 4a41a3d210 ArduCopter: added BATT_VOLT_PIN and BATT_CURR_PIN parameters to allow support for new 3DR IV battery voltage and current monitor 13 years ago
rmackay9 ea4f256f8e ArduCopter: BATT_PIN parameter added to allow you to select which pin is used for voltage and current measurements 13 years ago
rmackay9 95763e610b ArduCopter: allow DMP to run in parallel with DCM 13 years ago
rmackay9 b2f12c4854 ArduCopter: optical flow initialisation changes now that optical flow library automatically works on APM1, APM2 and APM2.5 13 years ago
uncrustify 8dccd9d6b0 uncrustify ArduCopter/sensors.pde 13 years ago
Andrew Tridgell 82ede937e7 AnalogSource: convert analogRead() calls to the new API 13 years ago
Andrew Tridgell 33440567e6 ACM: ArduCopter updates for new compass interface 13 years ago
Andrew Tridgell dae1a57dc5 ACM: adapt the ArduCopter code for new barometer interface 13 years ago
Robert Lefebvre 4e4ff84cf1 Updates to CopterLEDS 13 years ago
Robert Lefebvre c5f7b2fff2 Fixed Syntax error. 13 years ago
Robert Lefebvre c8fb9a6635 More CopterLEDS changes. 13 years ago
Andrew Tridgell 547b4ed55b AHRS: adapt ArduCopter for new AHRS framework 13 years ago
Andrew Tridgell d6cfc51ae4 ACM: no need to fetch offsets at startup 13 years ago
Jason Short 486c56ce41 Consolidated Barometer pressure sensing to a single filter based on Randy's new filter class. 13 years ago
Andrew Tridgell 0248b48d30 allow MAG_ENABLE to be changed in flight 13 years ago
Andrew Tridgell 864ed1a87f ACM: check the return of compass.init() 13 years ago
Jason Short 295631139a formatting 13 years ago
Randy Mackay 4434ddf389 Optical flow - updated standard frame rate to 2000hz and increased resolution to 1600cpi 13 years ago
Michael Oborne 95f58b0432 fix scale error 13 years ago
Michael Oborne 1bebb9452b AC sync battery code with arduplane 13 years ago
Doug Weibel ed9f7cb1b6 Update battery monitoring code for ArduCopter 13 years ago
Doug Weibel 9846822748 Bug fix for compass. 13 years ago
Jason Short 92eece79a4 cleanup - removed unused functions, made pressure reading Float to avoid extra cast 13 years ago
Randy Mackay 3cb74cb459 ArduCopter - init_compass - fixed HIL build issue 13 years ago
Jason Short fbb35928fe removed unused function 13 years ago
Randy Mackay bbe6dea980 OptFlow - initial support for APM2 (there are still problems) including adding ability to set Chip Select pin. 13 years ago
Pat Hickey 6dbd6b4181 ArduCopter: Get barometer data in terms of AP_Baro interface 13 years ago
Randy Mackay 67855b207d Arducopter, RangeFinder - added SONAR_TYPE parameter and properly support the XL (default), LV and long distance XL (aka XLL) sonar types 13 years ago
Andrew Tridgell 28634f51b7 ArduCopter: use specific sized data types in a lot of places 13 years ago
Andrew Tridgell d89ae696ef merged the GCS updates from ArduPlane to ArduCopter 14 years ago
Jason Short bf94ba551e changed PI Library to take Float for DeltaTime 14 years ago
Jason Short 73fd0084be Added Piezo Support, code from Oliver. 14 years ago
Jason Short 9c5cba56eb Added low voltage code flashing code. 14 years ago
Andrew Tridgell 1456a2a912 renamed top level directories 14 years ago
jasonshort 1853c8ae0a Cleanup 14 years ago
jasonshort 3ad21cc236 2.0.40 14 years ago
jasonshort 73be185414 Big update 2.0.38 14 years ago
tridge60@gmail.com df6a1b51f3 make a lot more functions and variables static 14 years ago
jasonshort cb168c399d AC2.0.24b 14 years ago
jasonshort c66611cceb minor formatting 14 years ago
jasonshort b76745470d 2.0.8 - Mavlink fixes. Works much better now with M.Oborne's planner 14 years ago
jasonshort 0979876ccc Added APM's current sensing. 14 years ago