pachas

Dependencies:   mbed QEI FastPWM

Revision:
7:f4e248182d31
Parent:
6:d38287621cca
Child:
8:208d965a3bd2
--- a/ventilator.h	Mon Apr 20 11:39:30 2020 +0000
+++ b/ventilator.h	Mon Apr 20 21:58:36 2020 +0000
@@ -17,6 +17,9 @@
 }Main_Screen_State_t;
 
 /* Global variable declaration */
+extern volatile uint8_t read_pressure_sensors_flag;
+extern volatile uint8_t pressure_sensor_display_update_flag;
+extern volatile uint8_t pressure_sensor_waveform_update_flag;
 
 extern uint16_t volume_setpoint;
 extern uint16_t volume_measured;
@@ -32,7 +35,8 @@
 
 /* Function declaration */
 void Nextion_Encoder_Interaction(void);
-
+void Nextion_Update_Sensor_Values(void);
+void Nextion_Update_Waveform_Values(void);
 
 
 /* Inline functions */