We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b89b320 commit f16d90dCopy full SHA for f16d90d
pio/pio_spi.py
@@ -1,4 +1,4 @@
1
-from rp2 import PIO, asm_pio
+import rp2
2
from machine import Pin
3
4
@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