Skip to main content

Python library for the coulomb counter cc75.

Project description

# coulomb_counter_cc75_py Python library for the coulomb counter cc75 ========================================================

The Coulomb_counter class allows to read and manage data from a USB connection with a coulomb counter cc75.

You can install it with pip:

pip install coulomb_counter_cc75

Exemple d’usage:

>>> from coulomb_counter_cc75 import Coulomb_counter
>>> Coulomb_counter.onUpdate = lambda self: print(self)
>>> coulomb_counter = Coulomb_counter("/dev/ttyUSB0")
>>> coulomb_counter.launch()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

coulomb_counter_cc75-4.0.0.tar.gz (4.9 kB view hashes)

Uploaded Source

Built Distribution

coulomb_counter_cc75-4.0.0-py3-none-any.whl (5.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page