smartpi 0.1.6__py3-none-any.whl → 0.1.7__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.
smartpi/__init__.py CHANGED
@@ -1,4 +1,4 @@
1
1
  __all__ = ["base_driver"]
2
2
 
3
- __version__ = "0.1.6"
3
+ __version__ = "0.1.7"
4
4
 
smartpi/base_driver.py CHANGED
@@ -2,7 +2,7 @@
2
2
  import serial,time,struct
3
3
  from typing import List, Optional
4
4
  from collections import deque
5
- from . import motor,cw2015,gui
5
+ from . import servo,motor,cw2015,gui
6
6
 
7
7
 
8
8
  # 命令常量
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: smartpi
3
- Version: 0.1.6
3
+ Version: 0.1.7
4
4
  Summary: A library use for H2-RCU
5
5
  Author: ZMROBO
6
6
  Classifier: Programming Language :: Python :: 3
@@ -1,5 +1,5 @@
1
- smartpi/__init__.py,sha256=0B0ifjRnjFk7ubY8GaCY6TAxKq72V5fx3gH_rqOu5yE,54
2
- smartpi/base_driver.py,sha256=wYfho3veNKaL0mr_9UnEo2MSmsaKIAZY83UkiDWTWCw,17810
1
+ smartpi/__init__.py,sha256=ZclPhHYYgwOoiYzyCuuqxUl5A8ir-wB2ebte9HfOlrg,54
2
+ smartpi/base_driver.py,sha256=yysHuSxu15IXnupiNLzMFk5OLs8BhLBgMeBTKgNRxw0,17816
3
3
  smartpi/color_sensor.py,sha256=IubJb8zd87oWf3qTn07wTHM2vjUADwgSdXUChGgovHw,492
4
4
  smartpi/cw2015.py,sha256=1lAF-pi_ye_ya1AZQS1sjbgsDf7MThO5IAskKsNGBzA,5695
5
5
  smartpi/gui.py,sha256=E98_soyWbEf_dwYhXZgMSXrgY5QuYoDTuFCPK63flIQ,2102
@@ -12,7 +12,7 @@ smartpi/servo.py,sha256=3cGyBattPY0nXQvJl3b462VGyyzca7S33X_9xIp2tUQ,4533
12
12
  smartpi/temperature.py,sha256=JeuiwsV6AUjnFQsQxgvjM3AuBrVvK5DuSE-BbX1Di2s,456
13
13
  smartpi/touch_sensor.py,sha256=jlKqvcoSmfZzH9zJeafBeVEQhxIYkkzXe4_fifX0COI,434
14
14
  smartpi/ultrasonic.py,sha256=5MS0EdQNirAl8iZbdwZ63fnjp6axHRZHw6dJwcwuXnQ,618
15
- smartpi-0.1.6.dist-info/METADATA,sha256=7Vgj7YD3AWgt5LM-IUQxXqvT__TVMf-6scr1I7K8fWw,310
16
- smartpi-0.1.6.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
17
- smartpi-0.1.6.dist-info/top_level.txt,sha256=PoLhUCmWAiQUg5UeN2fS-Y1iQyBbF2rdUlizXtpHGRQ,8
18
- smartpi-0.1.6.dist-info/RECORD,,
15
+ smartpi-0.1.7.dist-info/METADATA,sha256=DJ35EI43vY45QcQAAjRCxTZr_ZLC9kiz3TutBikygbs,310
16
+ smartpi-0.1.7.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
17
+ smartpi-0.1.7.dist-info/top_level.txt,sha256=PoLhUCmWAiQUg5UeN2fS-Y1iQyBbF2rdUlizXtpHGRQ,8
18
+ smartpi-0.1.7.dist-info/RECORD,,