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 ac5517b commit 2bbeea4Copy full SHA for 2bbeea4
adafruit_fxas21002c.py
@@ -25,7 +25,7 @@
25
26
CircuitPython module for the NXP FXAS21002C gyroscope. Based on the driver
27
from: https://github.com/adafruit/Adafruit_FXAS21002C
28
-
+
29
See examples/simpletest.py for a demo of the usage.
30
31
* Author(s): Tony DiCola
@@ -42,7 +42,7 @@
42
43
* Adafruit CircuitPython firmware (2.2.0+) for the ESP8622 and M0-based boards:
44
https://github.com/adafruit/circuitpython/releases
45
46
* Adafruit's Bus Device library: https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
47
"""
48
import time
0 commit comments