Skip to content

Commit

Permalink
Improved PWM and added SERVO
Browse files Browse the repository at this point in the history
  • Loading branch information
MrYsLab committed Apr 5, 2021
1 parent 99d955b commit c0bf880
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
packages=['telemetrix_rpi_pico'],
install_requires=['pyserial'],

version='0.7',
version='0.8',
description="Remotely Control And Monitor A Raspberry Pi Pico",
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down
2 changes: 1 addition & 1 deletion telemetrix_rpi_pico/private_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class PrivateConstants:

DEBUG_PRINT = 99

TELEMETRIX_VERSION = "0.7"
TELEMETRIX_VERSION = "0.8"

# reporting control
REPORTING_DISABLE_ALL = 0
Expand Down

0 comments on commit c0bf880

Please sign in to comment.