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

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers system_clock.h Source File

system_clock.h

00001 #ifndef __system_clock_h__
00002 #define __system_clock_h__
00003 
00004 
00005 #include <stdint.h>
00006 
00007 
00008 void        system_clock_init();
00009 uint64_t    system_clock_get_tick();
00010 
00011 uint64_t    system_clock_time_to_milliseconds(uint64_t time);
00012 
00013 
00014 #endif // header guard
00015