45 lines
2.3 KiB
Markdown
45 lines
2.3 KiB
Markdown
SparkFun MAX301x Particle Sensor Library
|
|
===========================================================
|
|
|
|

|
|
|
|
[*SparkFun Reflectance, Particle, and Pulse Ox sensor - MAX30105 (SEN-14045)*](https://www.sparkfun.com/products/14045)
|
|
|
|

|
|
|
|
That's my heartbeat!
|
|
|
|
This is a breadboard friendly breakout board for the Maxim MAX30105 reflectance, particle, and pulse ox sensor.
|
|
|
|
This library should work with other MAX3010x sensors including the MAX30102, MAX30101, and MAX30100.
|
|
|
|
Library written by Nathan Seidle ([SparkFun](http://www.sparkfun.com)) and Peter Jansen ([Open Sensing Lab](https://github.com/opensensinglab)).
|
|
|
|
Repository Contents
|
|
-------------------
|
|
|
|
* **/examples** - Example sketches for the library (.ino). Run these from the Arduino IDE.
|
|
* **/src** - Source files for the library (.cpp, .h).
|
|
* **keywords.txt** - Keywords from this library that will be highlighted in the Arduino IDE.
|
|
* **library.properties** - General library properties for the Arduino package manager.
|
|
|
|
Documentation
|
|
--------------
|
|
|
|
* **[Installing an Arduino Library Guide](https://learn.sparkfun.com/tutorials/installing-an-arduino-library)** - Basic information on how to install an Arduino library.
|
|
* **[Product Repository](https://github.com/sparkfun/HTU21D_Breakout)** - Main repository (including hardware files) for the HTU21D breakout board.
|
|
* **[Hookup Guide](https://learn.sparkfun.com/tutorials/max30105-particle-and-pulse-ox-sensor-hookup-guide)** - Basic hookup guide for the MAX30105 Particle Sensor breakout board.
|
|
|
|
License Information
|
|
-------------------
|
|
|
|
This product is _**open source**_!
|
|
|
|
Various bits of the code have different licenses applied. Anything SparkFun wrote is beerware; if you see me (or any other SparkFun employee) at the local, and you've found our code helpful, please buy us a round! Anything Maxim wrote has its own license. Anything that was co-writing with Peter Jansen is BSD.
|
|
|
|
Please use, reuse, and modify these files as you see fit. Please maintain attribution to SparkFun Electronics and release anything derivative under the same license.
|
|
|
|
Distributed as-is; no warranty is given.
|
|
|
|
- Your friends at SparkFun.
|