forked from Elara6331/itd
Add MotionValues type
This commit is contained in:
parent
86db246d4a
commit
869f487456
@ -46,3 +46,9 @@ type DFUProgress struct {
|
|||||||
Received int64 `mapstructure:"recvd"`
|
Received int64 `mapstructure:"recvd"`
|
||||||
Total int64 `mapstructure:"total"`
|
Total int64 `mapstructure:"total"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
type MotionValues struct {
|
||||||
|
X int16
|
||||||
|
Y int16
|
||||||
|
Z int16
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user