From 016c9670c1506bf27ad738b85570c96dc7b1184c Mon Sep 17 00:00:00 2001 From: dherrada Date: Fri, 18 Nov 2022 13:05:32 -0500 Subject: [PATCH] Added commented out board.STEMMA_I2C with explanation --- examples/veml7700_simpletest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/veml7700_simpletest.py b/examples/veml7700_simpletest.py index 3caa3bc..2d26054 100644 --- a/examples/veml7700_simpletest.py +++ b/examples/veml7700_simpletest.py @@ -6,6 +6,7 @@ import adafruit_veml7700 i2c = board.I2C() # uses board.SCL and board.SDA +# i2c = board.STEMMA_I2C() # For using the built-in STEMMA QT connector on a microcontroller veml7700 = adafruit_veml7700.VEML7700(i2c) while True: