msg: add message defintions for a sampling of MSP messages.
Signed-off-by: Michael Hope <mlhx@google.com>
This commit is contained in:
parent
6fc3926cd8
commit
8f64023a7a
7 changed files with 19 additions and 0 deletions
3
msg/ApiVersion.msg
Normal file
3
msg/ApiVersion.msg
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
uint8 protocol
|
||||||
|
uint8 major
|
||||||
|
uint8 minor
|
2
msg/BoardInfo.msg
Normal file
2
msg/BoardInfo.msg
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
char[4] identifier
|
||||||
|
uint16 hardwareRevision
|
3
msg/BuildInfo.msg
Normal file
3
msg/BuildInfo.msg
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
char[11] date
|
||||||
|
char[8] time
|
||||||
|
char[7] shortGitRevision
|
1
msg/FcVariant.msg
Normal file
1
msg/FcVariant.msg
Normal file
|
@ -0,0 +1 @@
|
||||||
|
char[4] identifier
|
3
msg/FcVersion.msg
Normal file
3
msg/FcVersion.msg
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
uint8 major
|
||||||
|
uint8 minor
|
||||||
|
uint8 patchLevel
|
1
msg/ServoConf.msg
Normal file
1
msg/ServoConf.msg
Normal file
|
@ -0,0 +1 @@
|
||||||
|
ServoParam[10] servo
|
6
msg/ServoParam.msg
Normal file
6
msg/ServoParam.msg
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
string clearflight_type=auto
|
||||||
|
|
||||||
|
int16 min
|
||||||
|
int16 max
|
||||||
|
int16 middle
|
||||||
|
int8 rate
|
Loading…
Add table
Add a link
Reference in a new issue