We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f518ffa commit 339688aCopy full SHA for 339688a
1 file changed
deploy/src/main.jl
@@ -19,7 +19,7 @@ const M2A = 9
19
const PWMA_LEFT = 19
20
const PWMB_RIGHT = 18 # both have hardware PWM
21
const LTRANS_OE = 11 # enables the 3.3V <-> 5V level translator
22
-const STBY_PIN = 0
+const STBY_PIN = 26
23
24
const PWM_FREQ_HZ = 1000 # 1kHz PWM frequency
25
const PWM_MAX_VALUE = 1024 # PWM duty cycle range (0-1024)
0 commit comments