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.
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 |
--- 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;