diff --git a/examples/l3gd20_simpletest.py b/examples/l3gd20_simpletest.py index f35e932..ea25a9a 100644 --- a/examples/l3gd20_simpletest.py +++ b/examples/l3gd20_simpletest.py @@ -7,6 +7,7 @@ # Hardware I2C setup: I2C = board.I2C() # uses board.SCL and board.SDA +# I2C = board.STEMMA_I2C() # For using the built-in STEMMA QT connector on a microcontroller # Initializes L3GD20 object using default range, 250dps SENSOR = adafruit_l3gd20.L3GD20_I2C(I2C) # Initialize L3GD20 object using a custom range and output data rate (ODR).