Demo Heart Rate with PAH8011
Dependencies: pixart_heart_rate pixart_pah8011
Dependents: PAH8011_nRF52_Program PixArt_PAH8011_HeartRate_NUCLEO-L476RG PixArt_PAH8011_HR_NUCLEO-L476RG
system_clock.h
- Committer:
- bell_huang
- Date:
- 2017-10-30
- Revision:
- 0:45616b53ea33
File content as of revision 0:45616b53ea33:
#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