diff Small_CPU/Inc/uart.h @ 742:e23fe82cbf8c

Update Sentinel protocol: The Sentinel protocol is now supported by autodetection. Added Autodetection indicator: In the previous version no indicator showed that an auto detection is running. A new pseudo sensor type has been introduced which now causes the auto detection string to be displayed while the detection is running in the background.
author Ideenmodellierer
date Sun, 19 Feb 2023 21:43:24 +0100
parents d646a0f724a7
children 0b5f45448eb6
line wrap: on
line diff
--- a/Small_CPU/Inc/uart.h	Thu Feb 02 17:35:54 2023 +0100
+++ b/Small_CPU/Inc/uart.h	Sun Feb 19 21:43:24 2023 +0100
@@ -84,6 +84,7 @@
 void MX_USART1_UART_DeInit(void);
 void MX_USART1_DMA_Init(void);
 uint8_t UART_ButtonAdjust(uint8_t *array);
+void UART_StartDMA_Receiption(void);
 #ifdef ENABLE_CO2_SUPPORT
 void UART_HandleCO2Data(void);
 #endif
@@ -91,9 +92,9 @@
 void UART_HandleSentinelData(void);
 #endif
 void UART_HandleDigitalO2(void);
-
 uint8_t UART_isDigO2Connected();
 uint8_t UART_isCO2Connected();
+uint8_t UART_isSentinelConnected();
 void UART_setTargetChannel(uint8_t channel);