From b830a148dc0dfb732330dbaaea540aa961a53586 Mon Sep 17 00:00:00 2001 From: dherrada Date: Fri, 18 Nov 2022 13:05:29 -0500 Subject: [PATCH] Added commented out board.STEMMA_I2C with explanation --- examples/shtc3_simpletest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/shtc3_simpletest.py b/examples/shtc3_simpletest.py index 3daa2c2..878fe60 100755 --- a/examples/shtc3_simpletest.py +++ b/examples/shtc3_simpletest.py @@ -6,6 +6,7 @@ import adafruit_shtc3 i2c = board.I2C() # uses board.SCL and board.SDA +# i2c = board.STEMMA_I2C() # For using the built-in STEMMA QT connector on a microcontroller sht = adafruit_shtc3.SHTC3(i2c) while True: