Es un backup para las pruebas de firmware y hardware de un ventilador

Dependencies:   mbed QEI FastPWM

Revision:
7:f4e248182d31
Parent:
6:d38287621cca
Child:
8:208d965a3bd2
--- a/nextion_interface.h	Mon Apr 20 11:39:30 2020 +0000
+++ b/nextion_interface.h	Mon Apr 20 21:58:36 2020 +0000
@@ -5,22 +5,14 @@
 /* File inclusion */
 #include "stdint.h"
 
-#define BLACK   0
-#define BLUE    31
-#define BROWN   48192
-#define GREEN   2016
-#define YELLOW  65504
-#define RED     63488
-#define GRAY    33840
-#define WHITE   65535
-
 /* Object declaration */
-// For testing purposes only
-extern Serial pc;
 
 // Serial port for nextion
 extern Serial  nextion_display;
 
+// For testing purposes only
+//extern Serial pc;
+
 /* Global variable declaration */
 extern uint16_t volume_setpoint_display;
 extern uint16_t volume_measured_display;
@@ -46,6 +38,10 @@
 void I_E_Ratio_Display_Update(void);
 void I_E_Ratio_Fix(void);
 
+void Pressure_01_Display_Update(void);
+void Pressure_02_Display_Update(void);
+void Diff_Pressure_Display_Update(void);
+