Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
disable pypi; hack fix for namedtuple doc
  • Loading branch information
dhalbert committed Apr 30, 2020
commit 937b21257a38599f89ab839cec1ee632e920c040
8 changes: 4 additions & 4 deletions adafruit_ble_heart_rate.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,20 +58,20 @@
)
"""Namedtuple for measurement values.

.. :attribute:: heart_rate:
* `HeartRateMeasurementValues.heart_rate`

Heart rate (int), in beats per minute.

.. :attribute:: contact:
* `HeartRateMeasurementValues.contact`

``True`` if device is contacting the body, ``False`` if not,
``None`` if device does not support contact detection.

.. :attribute:: energy_expended:
* `HeartRateMeasurementValues.energy_expended`

Energy expended (int), in kilo joules, or ``None`` if no value.

.. :attribute:: rr_intervals:
* `HeartRateMeasurementValues.rr_intervals`

Sequence of RR intervals, measuring the time between
beats. Oldest first, in ints that are units of 1024ths of a second.
Expand Down
File renamed without changes.