Skip to content

Commit c560349

Browse files
committed
dumb
1 parent d18e905 commit c560349

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
@@ -72,7 +72,7 @@ function (@main)(args)::Cint
7272
println(Core.stdout, "hello world!")
7373
p = Pi()
7474
println(Core.stdout, "pi startup done")
75-
PiGPIO.set_internals(p, 8)
75+
PiGPIO.set_internals(p, 8, 0)
7676
println(Core.stdout, "set debug level")
7777
handle_err(PiGPIO.hardware_PWM(p, PWMA_LEFT, 1000, 0))
7878
handle_err(PiGPIO.hardware_PWM(p, PWMB_RIGHT, 1000, 0)) # use 1kHz pwm for the motor drivers

0 commit comments

Comments
 (0)