adafruit-circuitpython-mlx90393 2.3.5__py3-none-any.whl → 2.3.6__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: adafruit-circuitpython-mlx90393
3
- Version: 2.3.5
3
+ Version: 2.3.6
4
4
  Summary: CircuitPython driver for the MLX90393 3-axis magnetometer.
5
5
  Author-email: Adafruit Industries <circuitpython@adafruit.com>
6
6
  License: MIT
@@ -0,0 +1,6 @@
1
+ adafruit_mlx90393.py,sha256=JZds1hLQ2PGAeGSZf9-D9TgXfUAizDwW3gneuue8-UI,21393
2
+ adafruit_circuitpython_mlx90393-2.3.6.dist-info/licenses/LICENSE,sha256=WeIXVkYWpdba3Boxrax8dB0s5qWg9GTxl7c5uTZQDUI,1105
3
+ adafruit_circuitpython_mlx90393-2.3.6.dist-info/METADATA,sha256=x02cqGjOf-IiF4W4ZdAlwjjS0zZB2k3FXocGvjztLfc,4162
4
+ adafruit_circuitpython_mlx90393-2.3.6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
5
+ adafruit_circuitpython_mlx90393-2.3.6.dist-info/top_level.txt,sha256=5RT_YbHfXFo2Y6zVvz8MXsZLIHm1OxrjFJrzRaCTdNY,18
6
+ adafruit_circuitpython_mlx90393-2.3.6.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.7.1)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
adafruit_mlx90393.py CHANGED
@@ -43,7 +43,7 @@ try:
43
43
  except ImportError:
44
44
  pass
45
45
 
46
- __version__ = "2.3.5"
46
+ __version__ = "2.3.6"
47
47
  __repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_MLX90393.git"
48
48
 
49
49
  _CMD_SB = const(0b00010000) # Start burst mode
@@ -1,6 +0,0 @@
1
- adafruit_mlx90393.py,sha256=HVEd05IfxQdDXnGTyOwwT7QEHGJybRgV0MmiPRMW-k4,21393
2
- adafruit_circuitpython_mlx90393-2.3.5.dist-info/licenses/LICENSE,sha256=WeIXVkYWpdba3Boxrax8dB0s5qWg9GTxl7c5uTZQDUI,1105
3
- adafruit_circuitpython_mlx90393-2.3.5.dist-info/METADATA,sha256=583HlBLnVBPYMdNwPGcKP1QEkUiHrJi2Gfsn7WSofbI,4162
4
- adafruit_circuitpython_mlx90393-2.3.5.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
5
- adafruit_circuitpython_mlx90393-2.3.5.dist-info/top_level.txt,sha256=5RT_YbHfXFo2Y6zVvz8MXsZLIHm1OxrjFJrzRaCTdNY,18
6
- adafruit_circuitpython_mlx90393-2.3.5.dist-info/RECORD,,