Mercury API - Arduino platform implementation of OS dependencies. More...
#include "WProgram.h"#include "osdep.h"#include "Time.h"Functions | |
| uint32_t | tmr_gettime_low (void) |
| uint32_t | tmr_gettime_high (void) |
| void | tmr_sleep (uint32_t sleepms) |
Mercury API - Arduino platform implementation of OS dependencies.
| uint32_t tmr_gettime_high | ( | void | ) |
Return the high 32-bits of a system millisecond counter. This is used to timestamp tag reads.
| uint32_t tmr_gettime_low | ( | void | ) |
Return the low 32-bits of a system millisecond counter. This is used internally for operation timing and to timestamp tag reads.
| void tmr_sleep | ( | uint32_t | sleepms | ) |
Suspend operation for a given duration.
| sleepms | The number of milliseconds to sleep for. |
1.6.3