From 3f78f366597e93713fa99a7b774930fec76f7a07 Mon Sep 17 00:00:00 2001 From: Spencer Owen Date: Wed, 11 Jan 2023 21:13:26 -0700 Subject: [PATCH] Fix typo Fixes typo in examples --- examples/neotrellis_simpletest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/neotrellis_simpletest.py b/examples/neotrellis_simpletest.py index dd65dae..aa9dd84 100644 --- a/examples/neotrellis_simpletest.py +++ b/examples/neotrellis_simpletest.py @@ -7,7 +7,7 @@ # create the i2c object for the trellis i2c_bus = board.I2C() # uses board.SCL and board.SDA -# i2c = board.STEMMA_I2C() # For using the built-in STEMMA QT connector on a microcontroller +# i2c_bus = board.STEMMA_I2C() # For using the built-in STEMMA QT connector on a microcontroller # create the trellis trellis = NeoTrellis(i2c_bus)