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
39218d5fcc82a0dbb8bbe61c00952e8ccc7c28b8
PX4-Autopilot
/
apps
/
px4io
T
History
Lorenz Meier
74bcf29c69
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
..
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
adding missing include
2013-03-09 12:28:30 +01:00
protocol.h
Correct RC config sanity checking and report back when RC config errors occur.
2013-03-06 20:37:01 +01: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
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
registers.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
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
…