adafruit-circuitpython-mma8451 1.3.20__py3-none-any.whl → 1.3.22__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
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: adafruit-circuitpython-mma8451
3
- Version: 1.3.20
3
+ Version: 1.3.22
4
4
  Summary: CircuitPython library for MMA8451 3-axis accelerometer..
5
5
  Author-email: Adafruit Industries <circuitpython@adafruit.com>
6
6
  License: MIT
@@ -15,7 +15,7 @@ Classifier: Programming Language :: Python :: 3
15
15
  Description-Content-Type: text/x-rst
16
16
  License-File: LICENSE
17
17
  Requires-Dist: Adafruit-Blinka
18
- Requires-Dist: adafruit-circuitpython-busdevice >=2.2.5
18
+ Requires-Dist: adafruit-circuitpython-busdevice>=2.2.5
19
19
  Provides-Extra: optional
20
20
 
21
21
  Introduction
@@ -0,0 +1,6 @@
1
+ adafruit_mma8451.py,sha256=DmEfrvwhZgLiJkrKFwBYTQy_gx5Qr_l3UhZ0AyFRCEo,9177
2
+ adafruit_circuitpython_mma8451-1.3.22.dist-info/LICENSE,sha256=JKh8vHklhmbG1yo3Kb8RoUpvAbiWo-1mN044FsMIsI4,1102
3
+ adafruit_circuitpython_mma8451-1.3.22.dist-info/METADATA,sha256=RrX4HrD-eRTeZCT84erGVChZEECsy0eR0cMnKm-U86k,3789
4
+ adafruit_circuitpython_mma8451-1.3.22.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
5
+ adafruit_circuitpython_mma8451-1.3.22.dist-info/top_level.txt,sha256=u-_hMdLq84dLVfO-ysxbtI0CLBBWXuMDVEcs6cgvQTc,17
6
+ adafruit_circuitpython_mma8451-1.3.22.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.42.0)
2
+ Generator: setuptools (75.8.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
adafruit_mma8451.py CHANGED
@@ -41,7 +41,7 @@ except ImportError:
41
41
  pass
42
42
 
43
43
 
44
- __version__ = "1.3.20"
44
+ __version__ = "1.3.22"
45
45
  __repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_MMA8451.git"
46
46
 
47
47
 
@@ -1,6 +0,0 @@
1
- adafruit_mma8451.py,sha256=PBN2wZ0Odq1yBT_hqoi5kHMPYqTnhwnnmy7JfhnpgDM,9177
2
- adafruit_circuitpython_mma8451-1.3.20.dist-info/LICENSE,sha256=JKh8vHklhmbG1yo3Kb8RoUpvAbiWo-1mN044FsMIsI4,1102
3
- adafruit_circuitpython_mma8451-1.3.20.dist-info/METADATA,sha256=Is-vmiNIpC5lNYCntA8v9K_1Xa2FuaKLpWZL7lVdUWY,3790
4
- adafruit_circuitpython_mma8451-1.3.20.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
5
- adafruit_circuitpython_mma8451-1.3.20.dist-info/top_level.txt,sha256=u-_hMdLq84dLVfO-ysxbtI0CLBBWXuMDVEcs6cgvQTc,17
6
- adafruit_circuitpython_mma8451-1.3.20.dist-info/RECORD,,