diff Small_CPU/Inc/uart_Internal.h @ 981:c6c781a2e85b default

Merge into default
author heinrichsweikamp
date Tue, 11 Feb 2025 18:12:00 +0100
parents effadaa3a1f7
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Small_CPU/Inc/uart_Internal.h	Tue Feb 11 18:12:00 2025 +0100
@@ -0,0 +1,42 @@
+/**
+  ******************************************************************************
+  * @file    uartInternal.h
+  * @author  heinrichs weikamp gmbh
+  * @version V0.0.1
+  * @date    03-November-2024
+  * @brief   button control
+  *           
+  ******************************************************************************
+  * @attention
+  *
+  * <h2><center>&copy; COPYRIGHT(c) 2015 heinrichs weikamp</center></h2>
+  *
+  ******************************************************************************
+  */ 
+
+/* Define to prevent recursive inclusion -------------------------------------*/
+#ifndef UARTINTERNAL_H
+#define UARTINTERNAL_H
+
+#ifdef __cplusplus
+ extern "C" {
+#endif
+
+#include "stm32f4xx_hal.h"
+
+UART_HandleTypeDef huart6;
+
+void MX_USART6_UART_Init(void);
+void MX_USART6_DMA_Init(void);
+void MX_USART6_UART_DeInit(void);
+void GNSS_IO_init(void);
+
+void UART6_HandleUART();
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* UARTINTERNAL_H */
+
+/************************ (C) COPYRIGHT heinrichs weikamp *****END OF FILE****/