pid demo progress
This commit is contained in:
parent
2b8b549edd
commit
b7dc5a4ac5
|
@ -928,6 +928,8 @@ pid = Pid.new(2, 0, 0, -100, 100)
|
|||
|
||||
biasCurveIndex = findCurveIndex("bias")
|
||||
|
||||
canRxAdd(0x600)
|
||||
|
||||
function onCanRx(id, dlc, data)
|
||||
print(id .. ' ' .. dlc .. data)
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue