pyupm_ehr module¶
-
class
pyupm_ehr.
EHR
(pin)[source]¶ Bases:
object
API for the Ear-clip Heart Rate Sensor.
ID: ehr
Name: Ear-clip Heart Rate Sensor
Category: medical
Manufacturer: seeed
Connection: gpio UPM module for the ear-clip heart rate sensor. It is used to measure your heart rate.
C++ includes: ehr.hpp
-
clearBeatCounter
()[source]¶ void clearBeatCounter()
Resets the beat counter to 0. The beat counter should be stopped via stopBeatCounter() prior to calling this function.
-