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:
2019-01-23
Revision:
5:4fe132cb9273
Parent:
0:45616b53ea33

File content as of revision 5:4fe132cb9273:

#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