Actualizacion General del codigo para CCN con el objetivo de proveer mantenimiento estable.

Dependencies:   BufferedSerial

Revision:
1:c7bcbf5eac28
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tagid.hpp	Mon May 24 01:42:28 2021 -0600
@@ -0,0 +1,32 @@
+/**
+ * @file tagid.hpp
+ * @author Felícito Manzano (felicito.manzano@detektor.com.sv)
+ * @brief 
+ * @version 0.1
+ * @date 2021-05-23
+ * 
+ * @copyright Copyright (c) 2021
+ * 
+ */
+
+#ifndef __TAGID_HPP
+#define __TAGID_HPP
+    // ARCHIVO PARA DEFINIR TODOS LOS RFiD DE LOS CABEZALES Y TIEMPO ASOCIADO
+    extern const int TOTAL_PLACAS_A;
+    extern const int TOTAL_PLACAS_B;
+    extern const int TOTAL_PLACAS_C;
+
+    extern const int GRUPO_A_AMARILLO;
+    extern const int GRUPO_B_AMARILLO;
+    extern const int GRUPO_C_AMARILLO;
+    extern const int GRUPO_DEFAULT_AMARILLO;
+    extern const int GRUPO_A_ROJO;
+    extern const int GRUPO_B_ROJO;
+    extern const int GRUPO_C_ROJO;
+    extern const int GRUPO_DEFAULT_ROJO;
+
+
+    extern char PLACAS_A[][15];
+    extern char PLACAS_B[][15];
+    extern char PLACAS_C[][15];
+#endif // __TAGID_HPP
\ No newline at end of file