From 2a6cf8d633b7e07d88b130090b0993f843fe04a3 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/aw9523_simpletest.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/aw9523_simpletest.py b/examples/aw9523_simpletest.py index 895689f..8025069 100644 --- a/examples/aw9523_simpletest.py +++ b/examples/aw9523_simpletest.py @@ -6,7 +6,8 @@ import digitalio import adafruit_aw9523 -i2c = board.I2C() +i2c = board.I2C() # uses board.SCL and board.SDA +# i2c = board.STEMMA_I2C() # For using the built-in STEMMA QT connector on a microcontroller aw = adafruit_aw9523.AW9523(i2c) led_pin = aw.get_pin(0) # LED on AW9523 io 0