comparison Common/Inc/data_exchange.h @ 763:aa6006975e76

increase HAL_Delay to 10ms for cold-start-button reset + typos and comment changes
author heinrichsweikamp
date Sun, 26 Mar 2023 18:34:30 +0200
parents 6de83d8205a0
children 061174d88af9
comparison
equal deleted inserted replaced
762:32529dfea3b0 763:aa6006975e76
195 uint8_t externalInterface_SensorID; /* Used to identify how to read the sensor data array */ 195 uint8_t externalInterface_SensorID; /* Used to identify how to read the sensor data array */
196 uint8_t sensor_data[EXTIF_SENSOR_INFO_SIZE]; /* sensor specific data array. Content may vary from sensor type to sensor type */ 196 uint8_t sensor_data[EXTIF_SENSOR_INFO_SIZE]; /* sensor specific data array. Content may vary from sensor type to sensor type */
197 uint8_t sensor_map[EXT_INTERFACE_SENSOR_CNT]; 197 uint8_t sensor_map[EXT_INTERFACE_SENSOR_CNT];
198 uint8_t SPARE_OldWireless[5]; /* 64 - 12 for extADC - 6 for CO2 - 34 for sensor (+dummmy) - sensor map*/ 198 uint8_t SPARE_OldWireless[5]; /* 64 - 12 for extADC - 6 for CO2 - 34 for sensor (+dummmy) - sensor map*/
199 // PIC data 199 // PIC data
200 uint8_t button_setting[4]; /* see dependency to SLiveData->buttonPICdata */ 200 uint8_t button_setting[4]; /* see dependency to SlaveData->buttonPICdata */
201 uint8_t SPARE1; 201 uint8_t SPARE1;
202 //debug 202 //debug
203 uint32_t pressure_uTick; 203 uint32_t pressure_uTick;
204 uint32_t compass_uTick; 204 uint32_t compass_uTick;
205 205