fix work with float type of angle
This commit is contained in:
parent
317a4c48ea
commit
06aae3981e
2 changed files with 20 additions and 16 deletions
|
@ -3,8 +3,8 @@ import time
|
|||
|
||||
# Конфигурация
|
||||
CAN_INTERFACE = 'can0'
|
||||
OLD_DEVICE_ID = 0x69
|
||||
NEW_DEVICE_ID = 0x00
|
||||
OLD_DEVICE_ID = 0x00
|
||||
NEW_DEVICE_ID = 0x69
|
||||
REG_WRITE = 0x8
|
||||
REG_READ = 0x7
|
||||
REG_ID = 0x1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue