My Project
utils.h
1 /*
2  * utils.h
3  *
4  * Created on: Feb 15, 2016
5  * Author: jordi
6  */
7 
8 #ifndef UTILS_H_
9 #define UTILS_H_
10 
11 #include <stdint.h>
12 
13 
14 void Utils_delayMs(uint32_t ms);
15 
16 
17 #endif /* UTILS_H_ */