Skip to content

Commit 5c4c80e

Browse files
author
Alasdair Allan
authored
Merge pull request #15 from lurch/patch-1
Fix import in pio_spi.py
2 parents b89b320 + f16d90d commit 5c4c80e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pio/pio_spi.py

Lines changed: 1 addition & 1 deletion
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)