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.
Dependencies: mbed pixart_heart_rate_demo pixart_heart_rate_lib_keil_m4
Diff: system_clock.h
- Revision:
- 0:a6408c845aba
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/system_clock.h Fri Oct 27 08:53:49 2017 +0000 @@ -0,0 +1,16 @@ +#ifndef __system_clock_h__ +#define __system_clock_h__ + + +#include <stdint.h> + + +void system_clock_init(); +uint64_t system_clock_get_tick(); + +uint64_t system_clock_time_to_milliseconds(uint64_t time); + + +#endif // header guard + +
PAH8011ET - Ultra Low Power Optical Heart Rate Detection PPG Sensor