We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a52ec3 commit 87b5b2dCopy full SHA for 87b5b2d
examples/lsm6ds_pedometer.py
@@ -5,6 +5,7 @@
5
import time
6
import board
7
import busio
8
+#pylint:disable=no-member
9
from adafruit_lsm6ds import LSM6DS33, Rate, AccelRange
10
11
i2c = busio.I2C(board.SCL, board.SDA)
0 commit comments