Skip to content

Commit 8d86a7e

Browse files
committed
fix spi error
1 parent f7519fd commit 8d86a7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_max31855.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
try:
3636
import typing # pylint: disable=unused-import
3737
from digitalio import DigitalInOut
38-
from board import SPI
38+
from busio import SPI
3939
except ImportError:
4040
pass
4141

0 commit comments

Comments
 (0)