Conexión de un UFS270 al la tarjeta NUCLEO-F091RC, se envia el dato de la altura real del liquido al puerto RS232 del GV300 cada 30seg (Aplicacion para tanques estacionarios)

Dependencies:   BufferedSerial mbed

Revision:
0:d74fc1505b54
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/constantes.hpp	Thu May 26 21:19:42 2016 +0000
@@ -0,0 +1,23 @@
+/*
+ * - Proyecto:      Accesorios  Queclink.
+ * - Lenguaje:      ANSI C/C++ (mbed)
+ * - Tarjeta:       Nucleo F091RC
+ * - Referencias:
+ * - Fecha:         2016/May
+ * - Autor(es):     Felícito Manzano /
+                    Mario Vargas
+ * - Compañia:      V.S.R. de Centroamérica
+ * - País:          SV / CR
+*/
+
+/* DEFINICIÓN DE CONSTANTES PARA GV300 */
+extern const char CABECERA_TX[23];
+extern const char CODIGO_INT_FUEL[5];
+extern const char FIN_CABECERA_TX[7];
+extern const char ULTIMO_CARACTER[2];
+extern const char SEPARADOR[2];
+extern const char RESET_TXT[43];
+
+// OTRAS CONSTANTES
+extern const int T_ESPERA_CP; // mili segundos
+extern const int T_TX; // mili segundos