Releases: WorldFamousElectronics/PulseSensorPlayground
PulseSensor Playground
More examples, nRF52, ESP32.
Bug fixes.
PulseSensor Playground
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.
PulseSensor Playground
- Added check for known unsupported architectures that throws the IDE an error with the message to use BPM Alternative example
- changed the tone in Speaker example
PulseSensor Playground
Fixing a bug to work better with arduino libraries manager
PulseSensorPlayground
Resolving glitch that prevented Arduino Lbraries Manager from seeing updates from this repo.
PulseSensor Playground
This release fixes bugs and adds support for Arduino Nano 33
PulseSensor Playground
This release adds support for nRF52, SAMD core M4, and ESP32. These platforms should use the PulseSensor_BPM_Alternative.ino sketch as a reference example.
PulseSensor Playground
This major update to PulseSensor Playground adds features and fixes bugs.
pause()
Calling pause will cause the data capture to halt. This disables the interrupts or stops the software timer. Use it when you need to do things that require undivided attention.
resume()
Call resume() after a call to pause() to return to Pulse Sensor signal monitoring.
isPaused()
Calling isPaused() will return a boolean true or false to check if the library is paused or not.
ATtiny85 support
interrupt functionality tested on ATtiny85 with support for 16MHz, 8MHz and 1MHz system clock. Example sketches added for reference.
PulseSensor Playground
This release includes support for Arduino MEGA boards
PulseSensor Playground
Fixed bug that would cause compiler to crash at blinking Pulse LED code.