aboutsummaryrefslogtreecommitdiff
path: root/src/modules/px4iofirmware
Commit message (Collapse)AuthorAgeFilesLines
* Fixed compile and logic errors, behaving nowLorenz Meier2013-05-132-6/+7
|
* Fixed led patterns to be up to the latest specsLorenz Meier2013-05-122-14/+15
|
* New blink patterns for safety switch, removed GPS lock indicatorLorenz Meier2013-05-092-7/+3
|
* px4io: handle errors from adc_measure()Andrew Tridgell2013-05-041-4/+9
| | | | don't update the voltage/current values on error
* px4io: changed adc_measure() to return 0xffff on error, and lower timeoutAndrew Tridgell2013-05-041-3/+7
| | | | | | | | the timeout of 1ms was far too long, and could impact flight performance Returning 0xffff on error matches the FMU code, and allows bad values to be discarded
* px4io: return raw ADC value for currentAndrew Tridgell2013-05-042-11/+9
| | | | | | we don't know how to scale it as we have no info on what sensor is attached. As we are returning a uint16_t it is better to let the FMU sort it out or we'll just lose precision.
* Re-enabled mixerLorenz Meier2013-04-285-13/+13
|
* IO compilingLorenz Meier2013-04-285-16/+34
|
* Moved last libs, drivers and headers, cleaned up IO buildLorenz Meier2013-04-286-969/+16
|
* Moved all drivers to new world, PX4IO completely in new worldLorenz Meier2013-04-2817-0/+4195