Skip to content

Commit f16d90d

Browse files
authored
Fix import in pio_spi.py
1 parent b89b320 commit f16d90d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pio/pio_spi.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from rp2 import PIO, asm_pio
1+
import rp2
22
from machine import Pin
33

44
@rp2.asm_pio(out_shiftdir=0, autopull=True, pull_thresh=8, autopush=True, push_thresh=8, sideset_init=(rp2.PIO.OUT_LOW, rp2.PIO.OUT_HIGH), out_init=rp2.PIO.OUT_LOW)

0 commit comments

Comments
 (0)