We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 021c4d7 commit e795e17Copy full SHA for e795e17
1 file changed
deploy/src/main.jl
@@ -139,6 +139,7 @@ function (@main)(args)::Cint
139
tenc_2a = ThreadedEncoder(Encoder(gpio, M2A))
140
141
GPIO.set_value(ltrans_oe, 1)
142
+ GPIO.set_value(stby, 1) # take the motor controller out of standby
143
apply_motor_output!(hw, 512.0f0, 512.0f0)
144
while true end
145
ctrl = BalanceController()
0 commit comments