We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc3ce2b commit 90f4f9eCopy full SHA for 90f4f9e
7_distance_and_light_sensor.py
@@ -13,6 +13,7 @@
13
try:
14
import board
15
except NotImplementedError: # if no I2C device
16
+ print("No GPIO present.")
17
sys.exit()
18
19
# Create I2C bus
0 commit comments