embeddedlibrary
reusable software modules for embedded systems
hal_timing.h
Go to the documentation of this file.
1 /*
2  * hal_timing.h
3  *
4  * Created on: Feb 17, 2015
5  * Author: Anthony
6  */
7 
8 #ifndef HAL_TIMING_H_
9 #define HAL_TIMING_H_
10 
29 void hal_Timing_Init(void);
30 
32 #endif /* HAL_TIMING_H_ */
void hal_Timing_Init(void)
Definition: hal_timing.c:9