### MAX3010x Sensor Library API Overview Source: https://github.com/sparkfun/sparkfun_max3010x_sensor_library/blob/master/keywords.txt Comprehensive API documentation for the SparkFun MAX3010x Sensor Library, categorizing its datatypes, methods, and constants for easy reference. ```APIDOC Datatypes: MAX30105 ``` ```APIDOC Methods and Functions: available() begin() check() clearFIFO() disableAFULL() disableALCOVF() disableDATARDY() disableDIETEMPRDY() disableFIFORollover() disablePROXINT() disableSlots() enableAFULL() enableALCOVF() enableDATARDY() enableDIETEMPRDY() enableFIFORollover() enablePROXINT() enableSlot() getFIFOGreen() getFIFOIR() getFIFORed() getGreen() getINT1() getINT2() getIR() getRed() getReadPointer() getRevisionID() getWritePointer() nextSample() readPartID() readRegister8() readTemperature() readTemperatureF() setADCRange() setFIFOAlmostFull() setFIFOAverage() setLEDMode() setPROXINTTHRESH() setProximityThreshold() setPulseAmplitudeGreen() setPulseAmplitudeIR() setPulseAmplitudeProximity() setPulseAmplitudeRed() setPulseWidth() setSampleRate() setup() shutDown() softReset() wakeUp() writeRegister8() ``` ```APIDOC Constants: (No specific constants listed in this document) ``` -------------------------------- ### MIT License for SparkFun Code, Firmware, and Software Source: https://github.com/sparkfun/sparkfun_max3010x_sensor_library/blob/master/LICENSE.md The full text of the MIT License, detailing the permissions and conditions for using, copying, modifying, merging, publishing, distributing, sublicensing, and selling copies of SparkFun's software and associated documentation. ```LICENSE The MIT License (MIT) Copyright (c) 2016 SparkFun Electronics Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.