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