Skip to content

Releases: WorldFamousElectronics/PulseSensorPlayground

PulseSensor Playground

24 Jul 17:27
82bda65
Compare
Choose a tag to compare

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

14 Jun 18:37
47856ac
Compare
Choose a tag to compare

This release adds support for nRF targets

PulseSensor Playground

29 May 16:06
5905c1d
Compare
Choose a tag to compare

Adds support for more STM32 boards.
Changes conflicting pin alias constants.

PulseSensor Playground

27 May 18:04
ef18866
Compare
Choose a tag to compare

Fixes minor bug in keywords.txt to ensure Playground keywords are colored in Arduino IDE.

PulseSensor Playground

25 May 22:52
388cb29
Compare
Choose a tag to compare

Ads support for Arduino M0 architecture.

PulseSensorPlayground

22 Feb 02:51
aa5007a
Compare
Choose a tag to compare

fixing bug caused by fixing bug

PulseSensorPlayground

22 Feb 01:02
cdbe98a
Compare
Choose a tag to compare

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

14 Feb 15:19
0d25c34
Compare
Choose a tag to compare

This release fixes a bug that caused the library to not compile for MKRZERO

PulseSensorPlayground

30 Jan 20:17
c779339
Compare
Choose a tag to compare

Added Features!
New example for Pulse Transit Time.
Exposed more library functions
Updated readme

PulseSensorPlayground

25 Jan 18:48
bd1257d
Compare
Choose a tag to compare

Updated the examples that allow using more than one Pulse Sensor.
Added functions to extract more info from the library:
getPulseAmplitude()
getLastBeatTime()