fix README and doc

This commit is contained in:
Dan Halbert 2020-02-13 13:45:34 -05:00
parent eb6e93ac95
commit 49aced49da
2 changed files with 5 additions and 5 deletions

View file

@ -36,13 +36,13 @@ PyPI <https://pypi.org/project/adafruit-circuitpython-ble_cycling_speed_and_cade
.. code-block:: shell
pip3 install adafruit-circuitpython-ble-heart-rate
pip3 install adafruit-circuitpython-ble-cycling-speed-and-cadence
To install system-wide (this may be required in some cases):
.. code-block:: shell
sudo pip3 install adafruit-circuitpython-ble-heart-rate
sudo pip3 install adafruit-circuitpython-ble-cycling-speed-and-cadence
To install in a virtual environment in your current project:
@ -51,7 +51,7 @@ To install in a virtual environment in your current project:
mkdir project-name && cd project-name
python3 -m venv .env
source .env/bin/activate
pip3 install adafruit-circuitpython-ble-heart-rate
pip3 install adafruit-circuitpython-ble-cycling-speed-and-cadence
Contributing
============

View file

@ -64,7 +64,7 @@ CSCMeasurementValues = namedtuple(
Cumulative wheel revolutions (int).
.. py:attribute:: HeartRateMeasurementValues.last_wheel_event_time
.. py:attribute:: CSCMeasurementValues.last_wheel_event_time
Time (int), units in 1024ths of a second, when last wheel event was measured.
This is a monotonically increasing clock value, not an interval.
@ -73,7 +73,7 @@ CSCMeasurementValues = namedtuple(
Cumulative crank revolutions (int).
.. py:attribute:: HeartRateMeasurementValues.last_wheel_event_time
.. py:attribute:: CSCMeasurementValues.last_wheel_event_time
Time (int), units in 1024ths of a second, when last crank event was measured.
This is a monotonically increasing clock value, not an interval.