Skip to content

Releases: sparkfun/SparkFun_Bio_Sensor_Hub_Library

Fixes for STM32

15 Jun 20:55
Compare
Choose a tag to compare

Replaces generic variable names that conflicted with variable names in STM32 core libraries.

Version 1.0.6

14 Oct 21:32
93aedf8
Compare
Choose a tag to compare

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

02 Sep 18:37
Compare
Choose a tag to compare

Updates some incorrectly mapped registers

Various typo and bug fixes

03 Jun 16:41
Compare
Choose a tag to compare

Fixes various comment typos and bug fixes.

Fixes read and setAdcRange

23 Apr 01:35
Compare
Choose a tag to compare

Fixes incorrect masks and incorrect bit shifting found in the AdcRange functions

Fixes to Example 3

03 Dec 17:17
Compare
Choose a tag to compare

Example 3 had various typos and a missed reference to the class instance.

Adds constants to KEYWORDS

19 Sep 14:48
Compare
Choose a tag to compare

Words like ENABLE, DISABLE, BOOTLOADER_MODE etc will not be highlighted in the Arduino IDE.

Renames Examples to examples

11 Sep 14:51
Compare
Choose a tag to compare

Now examples will be properly indexed in the the Arduino IDE 😃

Initial Release

30 Aug 19:35
Compare
Choose a tag to compare

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.