This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
PX4-Autopilot
Watch
1
Star
0
Fork
0
You've already forked PX4-Autopilot
mirror of
https://github.com/PX4/PX4-Autopilot.git
synced
2026-06-08 02:17:07 +08:00
Code
Issues
Actions
33
Packages
Projects
Releases
Wiki
Activity
Files
b5b460e7ca7339bce024697bed076a8362f9dc67
PX4-Autopilot
/
apps
/
px4io
T
History
Julian Oes
b5b460e7ca
IO board now disarms when FMU reboots when manual override is not an option
2013-03-15 15:24:52 -07:00
..
adc.c
Use hrt_elapsed_time() in cases where we can't be sure the timestamp won't change under us.
2013-02-24 11:42:34 -08:00
controls.c
Refactored debug level into proper register, px4io status now correctly reads it. Added more of the missing alarms clear logic, alarms reporting now consistent. Adding missing sign change on mode switch, fixes override issue when attempting to switch to auto mode. Pending outdoor tests
2013-03-09 13:20:05 +01:00
dsm.c
…
i2c.c
…
Makefile
…
mixer.cpp
IO board now disarms when FMU reboots when manual override is not an option
2013-03-15 15:24:52 -07:00
protocol.h
Changes for multi-rate PWM output; default and alternate rates. ioctl protocol, PX4IO support.
2013-03-12 22:22:49 -07:00
px4io.c
Refactored debug level into proper register, px4io status now correctly reads it. Added more of the missing alarms clear logic, alarms reporting now consistent. Adding missing sign change on mode switch, fixes override issue when attempting to switch to auto mode. Pending outdoor tests
2013-03-09 13:20:05 +01:00
px4io.h
Changes for multi-rate PWM output; default and alternate rates. ioctl protocol, PX4IO support.
2013-03-12 22:22:49 -07:00
registers.c
Convert HIL and FMU drivers to the new multirate PWM interface.
2013-03-12 22:22:49 -07:00
safety.c
Correct RC config sanity checking and report back when RC config errors occur.
2013-03-06 20:37:01 +01:00
sbus.c
…