Skip to content

Commit 37fec22

Browse files
committed
fixed error with SPI object
1 parent 3b47d19 commit 37fec22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_max31856.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
try:
3636
from typing import Dict, Tuple
37-
from board import SPI
37+
from busio import SPI
3838
from digitalio import DigitalInOut
3939
except ImportError:
4040
pass

0 commit comments

Comments
 (0)