Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
AS7000 Class Reference
Class for operating AMS AS7000 sensor over I2C. More...
#include <AS7000.h>
Public Member Functions | |
AS7000 (PinName SDA, PinName SCL) | |
Create AS7000 instance. | |
void | enable (void) |
Heart Rate Sensor Enbable API,it include startup senario. | |
void | hr_only (void) |
Hreat Rate Sensor sensing and data. |
Detailed Description
Class for operating AMS AS7000 sensor over I2C.
Definition at line 28 of file AS7000.h.
Constructor & Destructor Documentation
AS7000 | ( | PinName | SDA, |
PinName | SCL | ||
) |
Create AS7000 instance.
Definition at line 8 of file AS7000.cpp.
Member Function Documentation
void enable | ( | void | ) |
Heart Rate Sensor Enbable API,it include startup senario.
Definition at line 23 of file AS7000.cpp.
void hr_only | ( | void | ) |
Hreat Rate Sensor sensing and data.
Definition at line 45 of file AS7000.cpp.
Generated on Mon Jul 18 2022 02:05:29 by
