forked from Archive/PX4-Autopilot
pwm_input: added uORB message structure
This commit is contained in:
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
|
Loading…
Reference in New Issue