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

Dependencies:   BufferedSerial

Revision:
1:c7bcbf5eac28
Child:
4:e0b1d06c5cc5
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/f_basicas.hpp	Mon May 24 01:42:28 2021 -0600
@@ -0,0 +1,26 @@
+/**
+ * @file f_basicas.hpp
+ * @author Felícito Manzano (felicito.manzano@detektor.com.sv)
+ * @brief 
+ * @version 0.1
+ * @date 2021-05-23
+ * 
+ * @copyright Copyright (c) 2021
+ * 
+ */
+
+
+#ifndef __FUNC_BASICAS_HPP
+#define __FUNC_BASICAS_HPP
+
+    bool incrementar_trama(int *tramas);
+    bool booting_gtdat(Serial *puerto_usb, Serial *puerto_cp);
+    int presentar_tiempo(int *horas, int *decenas, int *minutos, BusOut *d7_h, BusOut *d7_d, BusOut *d7_m);
+    int presentar_torre(const int *color, BusOut *torre_luz);
+    int tiempo_asignado(char id[9], int *amarillo, int *rojo);
+    int convertir_id(char id_original[256], char id_hex[15], int *tamano_id);
+    bool flush_uart_rx(BufferedSerial *uart);
+    void update_Display7s();
+    void tx_skytrack();
+
+#endif // __FUNC_BASICAS_HPP
\ No newline at end of file