comparison Small_CPU/Inc/GNSS.h @ 940:4a406e873a95 Evo_2_23

GNSS improvments: - Introduce alive indicator; Status string will switch between white and grey with every message received from the module - shorten visibility of "shutting down" string. a busy wait of 1 second was applied in the sleep prepare function. The time is now included in the time needed to prepare the module for low power operation - make sure GPIO is properly initialized after deep sleep
author Ideenmodellierer
date Thu, 12 Dec 2024 21:12:07 +0100
parents f41974734268
children abdd72c8b567
comparison
equal deleted inserted replaced
939:f41974734268 940:4a406e873a95
89 signed long headMot; 89 signed long headMot;
90 90
91 uint8_t numSat; 91 uint8_t numSat;
92 uint8_t statSat[4]; 92 uint8_t statSat[4];
93 93
94 uint8_t alive;
95
94 }GNSS_StateHandle; 96 }GNSS_StateHandle;
95 97
96 GNSS_StateHandle GNSS_Handle; 98 GNSS_StateHandle GNSS_Handle;
97 99
98 100