adafruit-circuitpython-mlx90395 1.0.12__py3-none-any.whl → 1.0.13__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.12
3
+ Version: 1.0.13
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=Bi1QlMS4Rs8QBb-pFKRe_gMNg8atycHDw4aR99AztyU,8431
2
+ adafruit_circuitpython_mlx90395-1.0.13.dist-info/LICENSE,sha256=lL6CpRSFW8FPg_7Uk25HW3Ie6YBGNLf4Ja6oU0sYvg0,1104
3
+ adafruit_circuitpython_mlx90395-1.0.13.dist-info/METADATA,sha256=1_5EOMXT0uYYaEQBOkbRIl9gBymNtiRgH9Pj_QstQ6o,3986
4
+ adafruit_circuitpython_mlx90395-1.0.13.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
5
+ adafruit_circuitpython_mlx90395-1.0.13.dist-info/top_level.txt,sha256=6x7CKc5S9auflYW9wSeTR-y5HkkVCrRxGdAWKfaIHkc,18
6
+ adafruit_circuitpython_mlx90395-1.0.13.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.41.2)
2
+ Generator: bdist_wheel (0.42.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
adafruit_mlx90395.py CHANGED
@@ -55,7 +55,7 @@ try:
55
55
  except ImportError:
56
56
  pass
57
57
 
58
- __version__ = "1.0.12"
58
+ __version__ = "1.0.13"
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=M944o3HHdKTNPlifhsOG83OTzTr40qnJm7JLeUAcLso,8431
2
- adafruit_circuitpython_mlx90395-1.0.12.dist-info/LICENSE,sha256=lL6CpRSFW8FPg_7Uk25HW3Ie6YBGNLf4Ja6oU0sYvg0,1104
3
- adafruit_circuitpython_mlx90395-1.0.12.dist-info/METADATA,sha256=v1cZZm5dw5PopmjHaHDVW9Sms7oMBviPs4yX6Pm2CI8,3986
4
- adafruit_circuitpython_mlx90395-1.0.12.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
5
- adafruit_circuitpython_mlx90395-1.0.12.dist-info/top_level.txt,sha256=6x7CKc5S9auflYW9wSeTR-y5HkkVCrRxGdAWKfaIHkc,18
6
- adafruit_circuitpython_mlx90395-1.0.12.dist-info/RECORD,,