mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-08 10:40:34 +08:00
pwm_input: added uORB message structure
This commit is contained in:
committed by
Lorenz Meier
parent
1302650ab6
commit
086caddf73
@@ -0,0 +1,5 @@
|
||||
|
||||
uint64 timestamp # Microseconds since system boot
|
||||
uint64 error_count
|
||||
uint32 pulse_width # Pulse width, timer counts
|
||||
uint32 period # Period, timer counts
|
||||
Reference in New Issue
Block a user