adafruit-circuitpython-mlx90395 1.0.10__py3-none-any.whl → 1.0.11__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: adafruit-circuitpython-mlx90395
3
- Version: 1.0.10
3
+ Version: 1.0.11
4
4
  Summary: CircuitPython helper library for using the Adafruit MLX90395 tri-Axis magnetometer breakout
5
5
  Author-email: Adafruit Industries <circuitpython@adafruit.com>
6
6
  License: MIT
@@ -0,0 +1,6 @@
1
+ adafruit_mlx90395.py,sha256=JevPcrKtYjVx_dnloRPop-_CTVpIsZf2zq5IsnQMHUo,8431
2
+ adafruit_circuitpython_mlx90395-1.0.11.dist-info/LICENSE,sha256=lL6CpRSFW8FPg_7Uk25HW3Ie6YBGNLf4Ja6oU0sYvg0,1104
3
+ adafruit_circuitpython_mlx90395-1.0.11.dist-info/METADATA,sha256=ozMIxboU3tDGzQQwBBKxoJdrgyVY8oCRr6pSXg8zpeY,3986
4
+ adafruit_circuitpython_mlx90395-1.0.11.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
5
+ adafruit_circuitpython_mlx90395-1.0.11.dist-info/top_level.txt,sha256=6x7CKc5S9auflYW9wSeTR-y5HkkVCrRxGdAWKfaIHkc,18
6
+ adafruit_circuitpython_mlx90395-1.0.11.dist-info/RECORD,,
adafruit_mlx90395.py CHANGED
@@ -55,7 +55,7 @@ try:
55
55
  except ImportError:
56
56
  pass
57
57
 
58
- __version__ = "1.0.10"
58
+ __version__ = "1.0.11"
59
59
  __repo__ = "https:#github.com/adafruit/Adafruit_CircuitPython_MLX90395.git"
60
60
 
61
61
  _DEFAULT_ADDR = const(0x0C) ## Can also be 0x18, depending on IC */
@@ -1,6 +0,0 @@
1
- adafruit_mlx90395.py,sha256=DUO5gcG9g9fq9Oq-SCVt0TvL3NXgxXwb5do3E86FwsM,8431
2
- adafruit_circuitpython_mlx90395-1.0.10.dist-info/LICENSE,sha256=lL6CpRSFW8FPg_7Uk25HW3Ie6YBGNLf4Ja6oU0sYvg0,1104
3
- adafruit_circuitpython_mlx90395-1.0.10.dist-info/METADATA,sha256=fLciFGyPeHOaYd308Ul-saOu-HGbHucZPtM30F2OMkw,3986
4
- adafruit_circuitpython_mlx90395-1.0.10.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
5
- adafruit_circuitpython_mlx90395-1.0.10.dist-info/top_level.txt,sha256=6x7CKc5S9auflYW9wSeTR-y5HkkVCrRxGdAWKfaIHkc,18
6
- adafruit_circuitpython_mlx90395-1.0.10.dist-info/RECORD,,