diff Discovery/Inc/tCCR.h @ 321:37ee61f93124 O2_SensorSync

Moved indication variable for received HUD data to tCCR file. To avoid global functions an interface function for indication and handling of received HUD data has been added
author ideenmodellierer
date Sun, 30 Jun 2019 21:18:05 +0200
parents 5f11787b4f42
children d97f0e395058
line wrap: on
line diff
--- a/Discovery/Inc/tCCR.h	Wed Jun 19 13:12:25 2019 +0000
+++ b/Discovery/Inc/tCCR.h	Sun Jun 30 21:18:05 2019 +0200
@@ -38,6 +38,8 @@
 void tCCR_restart(void);
 void tCCR_tick(void);
 
+void tCCR_SetRXIndication(void);
+
 float get_ppO2Sensor_bar(uint8_t sensor_id);
 float get_sensorVoltage_mV(uint8_t sensor_id);
 float get_HUD_battery_voltage_V(void);