We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d18e905 commit c560349Copy full SHA for c560349
1 file changed
deploy/src/main.jl
@@ -72,7 +72,7 @@ function (@main)(args)::Cint
72
println(Core.stdout, "hello world!")
73
p = Pi()
74
println(Core.stdout, "pi startup done")
75
- PiGPIO.set_internals(p, 8)
+ PiGPIO.set_internals(p, 8, 0)
76
println(Core.stdout, "set debug level")
77
handle_err(PiGPIO.hardware_PWM(p, PWMA_LEFT, 1000, 0))
78
handle_err(PiGPIO.hardware_PWM(p, PWMB_RIGHT, 1000, 0)) # use 1kHz pwm for the motor drivers
0 commit comments