Tapton School Project to monitor and log SEN students physiological condition using GSR (conductivity) & Heart Rate and displaying output and logging the data to an SD card

Dependencies:   SMARTGPU2 mbed

Clock.h

Committer:
raheel123
Date:
2018-02-09
Revision:
0:0e26bf847b57

File content as of revision 0:0e26bf847b57:

#pragma once
 
#include <stdint.h>
 
// Return the number of seconds since boot.
float clock_s();
 
// Return the number of milliseconds since boot.
uint64_t clock_ms();
 
// Return the number of microseconds since boot.
uint64_t clock_us();