Releases: WorldFamousElectronics/PulseSensorPlayground
PulseSensor Playground
Added reset to variables after no beat is found for 2.5 seconds. So when you move your finger (or other part) off the sensor the getBPM function will return zero if not pulse is found.
PulseSensor Playground
This release adds support for nRF targets
PulseSensor Playground
Adds support for more STM32 boards.
Changes conflicting pin alias constants.
PulseSensor Playground
Fixes minor bug in keywords.txt to ensure Playground keywords are colored in Arduino IDE.
PulseSensor Playground
Ads support for Arduino M0 architecture.
PulseSensorPlayground
fixing bug caused by fixing bug
PulseSensorPlayground
Fixed a bug that crashed the compiler because a function that returned something wasn't returning something. This did not affect all boards. Only known issue was with MKR1000
PulseSensorPlayground
This release fixes a bug that caused the library to not compile for MKRZERO
PulseSensorPlayground
Added Features!
New example for Pulse Transit Time.
Exposed more library functions
Updated readme
PulseSensorPlayground
Updated the examples that allow using more than one Pulse Sensor.
Added functions to extract more info from the library:
getPulseAmplitude()
getLastBeatTime()