para el ventilador

Dependencies:   QEI FastPWM

Revision:
12:3bc2465b034a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/electric_valves.h	Fri May 15 20:29:30 2020 +0000
@@ -0,0 +1,13 @@
+
+
+#ifndef ELECTRIC_VALVES_H_
+#define ELECTRIC_VALVES_H_
+
+/* Object declaration */
+extern BusOut valve_control;
+
+/* Function declaration */
+void Valves_Initialize(void);
+
+
+#endif
\ No newline at end of file