We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69c7f55 commit ac17bb1Copy full SHA for ac17bb1
1 file changed
deploy/src/shift_driver.jl
@@ -104,7 +104,7 @@ function open_shift_registers(pio_idx::Integer=0)
104
try
105
pin_mask = UInt32(1) << SER_PIN | UInt32(1) << CLK_PIN | UInt32(1) << RCLK_PIN
106
set_pindirs!(sm, pin_mask, pin_mask)
107
- init!(sm, 0, config)
+ PIOLib.init!(sm, 0, config)
108
setup_shift_register!(sm, NBITS)
109
enable!(sm)
110
catch
0 commit comments