Skip to content

Releases: WorldFamousElectronics/PulseSensorPlayground

PulseSensor Playground

04 Mar 15:49
Compare
Choose a tag to compare

Further corrections to fix functionality of servo related code.

PulseSensor Playground

28 Feb 19:03
Compare
Choose a tag to compare

This release fixes a bug that showed up when using the Arduino Servo library when targeting AVR architecture.
Now you can use the Arduino Servo Library with AVR architecture again.

PulseSensor Playground

12 Jan 17:50
61632e8
Compare
Choose a tag to compare

Major version update removing user's need to understand interrupts.

PulseSensor Playground

30 Oct 22:03
204df93
Compare
Choose a tag to compare

Support for Arduino DUE timer interrupts. Rock solid sample timing!

PulseSensor Playground

16 Jul 22:28
caf8a3d
Compare
Choose a tag to compare

This release adds examples for the Arduino UNO R4 WiFi board.
PulseSensor_BPM_UNO_R4_LEDmatrix_Plotter.ino turns the LED matrix into a PulseSensor data plotter.
PulseSensor_BPM_UNO_R4_LEDmatrix_Heartbeat.ino will pulse the Arduino heart icon to your heartbeat.

PulseSensor Playground

13 Jul 21:30
99faaa3
Compare
Choose a tag to compare

Support for the Arduino UNO R4 boards

PulseSensor Playground

26 Jun 14:43
4f14d66
Compare
Choose a tag to compare

Fixes a mistake in the PTT example sketch.
Fixes a bug in the interrupt setup return values

PulseSensor Playground

02 Jun 23:25
3101336
Compare
Choose a tag to compare

Adding support for RP2040 and fixing bugs

PulseSensor Playground

06 Mar 17:20
443ebd1
Compare
Choose a tag to compare

More examples, nRF52, ESP32.
Bug fixes.

PulseSensor Playground

01 Feb 18:20
473b0f5
Compare
Choose a tag to compare

Added Features
Support for the Serial class on nRF52840 by including Adafruit_TinyUSB.
Option to not compile the Serial code in the library with USE_SERIAL boolean.