Releases: sparkfun/SparkFun_Bio_Sensor_Hub_Library
Fixes for STM32
Version 1.0.6
This release:
- Adds class and begin overloads to allow the reset and mfio pins to be defined with begin instead of when the class is instantiated
- This makes it easier to add the class using a C++ factory method
- Please see Example5 for further details
Fix to Attribute Register
Updates some incorrectly mapped registers
Various typo and bug fixes
Fixes various comment typos and bug fixes.
Fixes read and setAdcRange
Fixes incorrect masks and incorrect bit shifting found in the AdcRange functions
Fixes to Example 3
Example 3 had various typos and a missed reference to the class instance.
Adds constants to KEYWORDS
Words like ENABLE, DISABLE, BOOTLOADER_MODE etc will not be highlighted in the Arduino IDE.
Renames Examples to examples
Now examples will be properly indexed in the the Arduino IDE 😃
Initial Release
The SparkFun Bio Sensor Hub Library is tailored to Maxim Integrated's MAX32664 Bio Sensor Hub interacting with the MAX30101 on SparkFun's Pulse Oximeter and Heart Rate Monitor. The Bio Sensor Hub is a practically microscopic cortex-m0 micro-controller that handles the algorithmic calculation of the light data gathered by the MAX30101 Pulse Oximeter and Heart Rate Monitor, to produce accurate and fast blood oxygen and heart rate readings. The library provides simple function calls to all available commands on the chip as well as example code demonstrating basic to advanced capabilities of the chip.