Skip to content

Commit 17edab0

Browse files
author
Kevin Townsend
committed
Added spacing to documentation
1 parent a1f01eb commit 17edab0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

adafruit_mlx90393.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,29 @@
2222
"""
2323
`adafruit_mlx90393`
2424
====================================================
25+
2526
This is a breakout for the Adafruit MLX90393 magnetometer sensor breakout.
27+
2628
* Author(s): ktown
29+
2730
Implementation Notes
2831
--------------------
32+
2933
**Hardware:**
34+
3035
* Adafruit `MLX90393 Magnetometer Sensor Breakout Board
3136
<https://www.adafruit.com/product/XXXX>`_ (Product ID: XXXX)
37+
3238
**Software and Dependencies:**
39+
3340
* Adafruit CircuitPython firmware for the supported boards:
3441
https://github.com/adafruit/circuitpython/releases
42+
3543
* Adafruit's Bus Device library:
3644
https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
45+
3746
"""
47+
3848
import time
3949
try:
4050
import struct

0 commit comments

Comments
 (0)