AMS AS7000 ARM mBed RTOS C++ driver
Diff: AS7000.h
- Revision:
- 3:7dbd9ffd82cc
- Parent:
- 2:447946334c29
--- a/AS7000.h Sat May 06 01:06:07 2017 +0000 +++ b/AS7000.h Sat May 06 01:09:08 2017 +0000 @@ -35,8 +35,8 @@ void gpio_init(void); void enable (void);///< Heart Rate Sensor Enbable API,it include startup senario void startup (void); - void hr_only (void);///< Hreat Rate Read API - void update (void); + void hr_only (void);///< Hreat Rate Sensor sensing and data + void update (void); as7000_t hrm;