Master Thesis
V1.0
Research and Design of Sensor Node for NMSD Treatment
timer.h
Go to the documentation of this file.
1
/***************************************************************************/
9
/*
10
* timer.h
11
*
12
* Created on: Feb 25, 2020
13
* Author: jonac
14
*/
15
16
#ifndef DELAY_TIMER_H_
17
#define DELAY_TIMER_H_
18
19
/* Needed to use uintx_t */
20
#include <stdint.h>
21
#include <stdbool.h>
22
#include "stdio.h"
23
24
uint32_t
millis
(
void
);
25
uint32_t
micros
(
void
);
26
27
28
#endif
/* DELAY_TIMER_H_ */
millis
uint32_t millis(void)
Millis Arduino like functionality for EFM32HG.
Definition:
timer.c:33
micros
uint32_t micros(void)
Micros Arduino like functionality for EFM32HG.
Definition:
timer.c:47
delay
timer.h
Generated by
1.8.16