mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
* parameter and logic to commander for triggering failsafe from external automatic trigger system. * logic to startup script for enabling ATS. Added uORB publishing to pwm_input module. * Refactored out CDev usage from pwm_input and ll40ls. Refactored out ll40ls specifics from pwm_input and cleaned up dead code.
5 lines
209 B
Plaintext
5 lines
209 B
Plaintext
uint64 timestamp # Time since system start (microseconds)
|
|
uint64 error_count # Timer overcapture error flag (AUX5 or MAIN5)
|
|
uint32 pulse_width # Pulse width, timer counts
|
|
uint32 period # Period, timer counts
|