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 a1f01eb commit 17edab0Copy full SHA for 17edab0
adafruit_mlx90393.py
@@ -22,19 +22,29 @@
22
"""
23
`adafruit_mlx90393`
24
====================================================
25
+
26
This is a breakout for the Adafruit MLX90393 magnetometer sensor breakout.
27
28
* Author(s): ktown
29
30
Implementation Notes
31
--------------------
32
33
**Hardware:**
34
35
* Adafruit `MLX90393 Magnetometer Sensor Breakout Board
36
<https://www.adafruit.com/product/XXXX>`_ (Product ID: XXXX)
37
38
**Software and Dependencies:**
39
40
* Adafruit CircuitPython firmware for the supported boards:
41
https://github.com/adafruit/circuitpython/releases
42
43
* Adafruit's Bus Device library:
44
https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
45
46
47
48
import time
49
try:
50
import struct
0 commit comments