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