Mercurial > public > ostc4
diff Small_CPU/Inc/uart.h @ 861:ad96f99ebc78 Evo_2_23
Synchronize ADC and UART activities:
depending on the cable configuration the UART sensor operation may have an impact to the ADC measurement (peaks). To avoid this the ADC measurements are now only started in case no UART communication is pending.
author | Ideenmodellierer |
---|---|
date | Tue, 07 May 2024 21:25:25 +0200 |
parents | e9eba334b942 |
children | cf3967fe6924 |
line wrap: on
line diff
--- a/Small_CPU/Inc/uart.h Tue May 07 21:20:56 2024 +0200 +++ b/Small_CPU/Inc/uart.h Tue May 07 21:25:25 2024 +0200 @@ -48,6 +48,7 @@ void UART_ReadData(uint8_t sensorType); void UART_FlushRxBuffer(void); void UART_ChangeBaudrate(uint32_t newBaudrate); +uint8_t UART_isComActive(uint8_t sensorId); void StringToInt(char *pstr, uint32_t *puInt32); void StringToUInt64(char *pstr, uint64_t *puint64);