pwm_input: added uORB message structure

This commit is contained in:
Evan Slatyer 2015-02-20 12:11:07 +11:00 committed by Lorenz Meier
parent 1302650ab6
commit 086caddf73
1 changed files with 5 additions and 0 deletions

5
msg/pwm_input.msg Normal file
View File

@ -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