changing statement if board not found

This commit is contained in:
jbruce 2022-11-03 12:41:32 -09:00
parent 80ec0ea5a3
commit a2d2823cba

View File

@ -6,7 +6,7 @@ import busio
try:
import board
except NotImplementedError:
print("not running on Raspberry PI, assuming simulation")
print("not running on blinka recognized board, probably a simulation")
# FIX how to choose a thermocouple control board
# FIX how to choose a microcontrol board (like rpi)