File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 66from adafruit_msa3xx import MSA301
77
88i2c = board .I2C () # uses board.SCL and board.SDA
9+ # i2c = board.STEMMA_I2C() # For using the built-in STEMMA QT connector on a microcontroller
910msa = MSA301 (i2c )
1011
1112while True :
Original file line number Diff line number Diff line change 66from adafruit_msa3xx import MSA301
77
88i2c = board .I2C () # uses board.SCL and board.SDA
9+ # i2c = board.STEMMA_I2C() # For using the built-in STEMMA QT connector on a microcontroller
910msa = MSA301 (i2c )
1011
1112msa .enable_tap_detection ()
Original file line number Diff line number Diff line change 66from adafruit_msa3xx import MSA311
77
88i2c = board .I2C () # uses board.SCL and board.SDA
9+ # i2c = board.STEMMA_I2C() # For using the built-in STEMMA QT connector on a microcontroller
910msa = MSA311 (i2c )
1011
1112while True :
You can’t perform that action at this time.
0 commit comments