Skip to content

Commit 339688a

Browse files
committed
Setup STBY
1 parent f518ffa commit 339688a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deploy/src/main.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const M2A = 9
1919
const PWMA_LEFT = 19
2020
const PWMB_RIGHT = 18 # both have hardware PWM
2121
const LTRANS_OE = 11 # enables the 3.3V <-> 5V level translator
22-
const STBY_PIN = 0
22+
const STBY_PIN = 26
2323

2424
const PWM_FREQ_HZ = 1000 # 1kHz PWM frequency
2525
const PWM_MAX_VALUE = 1024 # PWM duty cycle range (0-1024)

0 commit comments

Comments
 (0)