Mercurial > public > ostc4
comparison Small_CPU/Inc/uart_Internal.h @ 931:5a9bc2e6112d Evo_2_23
Added Sat Status Overview:
In addition to the navigation data now information regarding the satelliete and signal status are visualized. To enable the a new command has been added to the communication protocol and the position view has been extended.
author | Ideenmodellierer |
---|---|
date | Tue, 03 Dec 2024 20:32:51 +0100 |
parents | 7c996354b8ac |
children | effadaa3a1f7 |
comparison
equal
deleted
inserted
replaced
930:25948e805406 | 931:5a9bc2e6112d |
---|---|
23 #endif | 23 #endif |
24 | 24 |
25 #include "stm32f4xx_hal.h" | 25 #include "stm32f4xx_hal.h" |
26 | 26 |
27 | 27 |
28 #define BUFFER_NODATA_LOW (0x15) /* The read function needs a signiture which indicates that no data for processing is available.*/ | 28 #define BUFFER_NODATA_LOW (0x15) /* The read function needs a signature which indicates that no data for processing is available.*/ |
29 #define BUFFER_NODATA_HIGH (0xA5) | 29 #define BUFFER_NODATA_HIGH (0xA5) |
30 | 30 |
31 | 31 |
32 UART_HandleTypeDef huart6; | 32 UART_HandleTypeDef huart6; |
33 | 33 |