para el ventilador

Dependencies:   QEI FastPWM

Revision:
12:3bc2465b034a
Parent:
11:5cb7ae8bd831
--- a/pressure_sensors.h	Thu May 07 03:52:31 2020 +0000
+++ b/pressure_sensors.h	Fri May 15 20:29:30 2020 +0000
@@ -15,6 +15,8 @@
 
 extern char sensor_read_data_buffer[2]; 
 
+extern volatile uint8_t peak_volume_flag;
+
 /* Function declaration */
 void Pressure_Sensors_Initialize(void);
 void Pressure_Sensors_Read(void);