CLEON  Version 1
Cloud-Offloaded GPS Receiver
hal_timer.h
Go to the documentation of this file.
1 
7 #ifndef __HAL_TIMER_H__
8 #define __HAL_TIMER_H__
9 
10 void HAL_TIMER_Init(void);
11 void HAL_TIMER_TimerB0Init(void);
12 void HAL_TIMER_TimerA1Init(void);
13 
14 #endif