Mercurial > public > ostc4
diff Small_CPU/Inc/uart.h @ 889:cf3967fe6924 Evo_2_23
GNSS work in progress
author | heinrichsweikamp |
---|---|
date | Fri, 06 Sep 2024 16:46:22 +0200 |
parents | ad96f99ebc78 |
children | 651d21777b61 |
line wrap: on
line diff
--- a/Small_CPU/Inc/uart.h Tue Sep 03 20:46:42 2024 +0200 +++ b/Small_CPU/Inc/uart.h Fri Sep 06 16:46:22 2024 +0200 @@ -28,9 +28,17 @@ #define BUFFER_NODATA (7u) /* The read function needs a byte which indicated that no data for processing is available.*/ /* This byte shall never appear in a normal data steam */ + +UART_HandleTypeDef huart1, huart6; + void MX_USART1_UART_Init(void); void MX_USART1_UART_DeInit(void); void MX_USART1_DMA_Init(void); + +void MX_USART6_UART_Init(void); +void MX_USART6_DMA_Init(void); +void GNSS_IO_init(void); + uint8_t UART_ButtonAdjust(uint8_t *array); void UART_StartDMA_Receiption(void); #ifdef ENABLE_CO2_SUPPORT