AMS AS7000 C++ Driver for ARM mBedOS
AMS AS7000 ARM mBed RTOS C++ driver
Revision 3:7dbd9ffd82cc, committed 2017-05-06
- Comitter:
- sog_yang
- Date:
- Sat May 06 01:09:08 2017 +0000
- Parent:
- 2:447946334c29
- Commit message:
- API Document Update
Changed in this revision
AS7000.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 447946334c29 -r 7dbd9ffd82cc AS7000.h --- 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;