adafruit-circuitpython-ov7670 1.1.1__py3-none-any.whl → 1.1.3__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-ov7670
3
- Version: 1.1.1
3
+ Version: 1.1.3
4
4
  Summary: CircuitPython driver for OV7670 cameras
5
5
  Author-email: Adafruit Industries <circuitpython@adafruit.com>
6
6
  License: MIT
@@ -0,0 +1,6 @@
1
+ adafruit_ov7670.py,sha256=K2Ysl-ibOQjMtSj6ld85rqMM1M24_WWmG4DJ3UL3P2o,28797
2
+ adafruit_circuitpython_ov7670-1.1.3.dist-info/LICENSE,sha256=t-1zJHXYnPH3CAb7Vm_rGVEJDrUkmLUGhze4BrgCx5g,1101
3
+ adafruit_circuitpython_ov7670-1.1.3.dist-info/METADATA,sha256=JcQnBWhtecIF94ubCri-jxGL1C4AY660ToRYj7SI_a8,3772
4
+ adafruit_circuitpython_ov7670-1.1.3.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
5
+ adafruit_circuitpython_ov7670-1.1.3.dist-info/top_level.txt,sha256=NwPqeG0fY4mea360SoDlPmKAmA0D0MtSg2x_3UtT-NU,16
6
+ adafruit_circuitpython_ov7670-1.1.3.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_ov7670.py CHANGED
@@ -26,7 +26,7 @@ Implementation Notes
26
26
 
27
27
  # imports
28
28
 
29
- __version__ = "1.1.1"
29
+ __version__ = "1.1.3"
30
30
  __repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_OV7670.git"
31
31
 
32
32
  import time
@@ -1,6 +0,0 @@
1
- adafruit_ov7670.py,sha256=2x_Ni1W0BNWaA04StjvUqovYlaCVaciHhJNwA3NUZ6E,28797
2
- adafruit_circuitpython_ov7670-1.1.1.dist-info/LICENSE,sha256=t-1zJHXYnPH3CAb7Vm_rGVEJDrUkmLUGhze4BrgCx5g,1101
3
- adafruit_circuitpython_ov7670-1.1.1.dist-info/METADATA,sha256=ez7J1c8qc7qZU2w9Xu9-oK582EWGt1D05WMaiAnqFxw,3772
4
- adafruit_circuitpython_ov7670-1.1.1.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
5
- adafruit_circuitpython_ov7670-1.1.1.dist-info/top_level.txt,sha256=NwPqeG0fY4mea360SoDlPmKAmA0D0MtSg2x_3UtT-NU,16
6
- adafruit_circuitpython_ov7670-1.1.1.dist-info/RECORD,,