From 1a26505b4078e3c0c6147e93f6fce4a0816198a0 Mon Sep 17 00:00:00 2001 From: dherrada Date: Fri, 18 Nov 2022 13:05:21 -0500 Subject: [PATCH] Added commented out board.STEMMA_I2C with explanation --- examples/ccs811_simpletest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/ccs811_simpletest.py b/examples/ccs811_simpletest.py index 8b394e5..6b81bf6 100644 --- a/examples/ccs811_simpletest.py +++ b/examples/ccs811_simpletest.py @@ -6,6 +6,7 @@ import adafruit_ccs811 i2c = board.I2C() # uses board.SCL and board.SDA +# i2c = board.STEMMA_I2C() # For using the built-in STEMMA QT connector on a microcontroller ccs811 = adafruit_ccs811.CCS811(i2c) # Wait for the sensor to be ready