2016-12-10 20:29:51 +00:00
|
|
|
__IO uint16_t ADCVal[2];
|
2016-12-22 22:38:48 +00:00
|
|
|
void NVIC_Conf();
|
|
|
|
void RCC_Conf();
|
|
|
|
void init_port();
|
2016-12-24 21:23:49 +00:00
|
|
|
void init_timer(const int rtty_speed);
|
2016-12-27 23:03:08 +00:00
|
|
|
void init_usart_gps(const uint32_t speed);
|