Skip to content

Commit e795e17

Browse files
committed
Take the motor controller out of standby
1 parent 021c4d7 commit e795e17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deploy/src/main.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ function (@main)(args)::Cint
139139
tenc_2a = ThreadedEncoder(Encoder(gpio, M2A))
140140

141141
GPIO.set_value(ltrans_oe, 1)
142+
GPIO.set_value(stby, 1) # take the motor controller out of standby
142143
apply_motor_output!(hw, 512.0f0, 512.0f0)
143144
while true end
144145
ctrl = BalanceController()

0 commit comments

Comments
 (0)