File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
adafruit_ble_berrymed_pulse_oximeter Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 37
37
38
38
Protocol defined here: https://github.com/zh2x/BCI_Protocol
39
39
Thanks as well to:
40
- https://github.com/ehborisov/BerryMed-Pulse-Oximeter-tool
41
- https://github.com/ScheindorfHyenetics/berrymedBluetoothOxymeter
40
+ * https://github.com/ehborisov/BerryMed-Pulse-Oximeter-tool
41
+ * https://github.com/ScheindorfHyenetics/berrymedBluetoothOxymeter
42
42
43
43
**Software and Dependencies:**
44
44
64
64
)
65
65
"""Namedtuple for measurement values.
66
66
67
- .. py:attribute :: PulseOximeterValues.valid
67
+ .. py:data :: PulseOximeterValues.valid
68
68
69
- ``True` if sensor readings are not valid right now
69
+ ``True`` if sensor readings are not valid right now
70
70
71
- .. py:attribute :: PulseOximeterValues.finger_present
71
+ .. py:data :: PulseOximeterValues.finger_present
72
72
73
73
``True`` if finger present.
74
74
75
- .. py:attribute :: PulseOximeterValues.spo2
75
+ .. py:data :: PulseOximeterValues.spo2
76
76
77
77
SpO2 value (int): 0-100%: blood oxygen saturation level.
78
78
79
- .. py:attribute :: PulseOximeterValues.pulse_rate
79
+ .. py:data :: PulseOximeterValues.pulse_rate
80
80
81
81
Pulse rate, in beats per minute (int).
82
82
83
- .. py:attribute :: PulseOximeterValues.pleth
83
+ .. py:data :: PulseOximeterValues.pleth
84
84
85
85
Plethysmograph value, 0-100 (int).
86
86
You can’t perform that action at this time.
0 commit comments