Skip to content

Commit 83762b0

Browse files
committed
more logging
1 parent 339688a commit 83762b0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

deploy/src/main.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,15 @@ function (@main)(args)::Cint
9797
# Setup GPIO output lines for motor direction
9898
ain1_line = GPIO.get_line(gpio_chip, AIN1)
9999
GPIO.request_output(ain1_line, "motor_ain1", 0)
100+
println(Core.stdout, "ain1 opened")
100101

101102
bin1_line = GPIO.get_line(gpio_chip, BIN1)
102103
GPIO.request_output(bin1_line, "motor_bin1", 0)
104+
println(Core.stdout, "bin1 opened")
103105

104106
stby_line = GPIO.get_line(gpio_chip, STBY_PIN)
105107
GPIO.request_output(stby_line, "motor_stby", 0)
108+
println(Core.stdout, "stby opened")
106109

107110
println(Core.stdout, "gpio lines configured")
108111

0 commit comments

Comments
 (0)