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

Dependencies:   BufferedSerial

Files at this revision

API Documentation at this revision

Comitter:
fmanzano_dtk
Date:
Mon May 24 18:07:26 2021 +0000
Parent:
6:5608afb92c51
Child:
8:3fc41e5029f7
Commit message:
Version compilable para pruebas

Changed in this revision

constantes.cpp Show annotated file Show diff for this revision Revisions of this file
f_basicas.cpp Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/constantes.cpp	Mon May 24 16:47:56 2021 +0000
+++ b/constantes.cpp	Mon May 24 18:07:26 2021 +0000
@@ -15,6 +15,8 @@
 /* DIRECCIÓN DE BAHÍA */
 #define BAY_NUMBER  4
 
+const int BAY_ADDRESS = BAY_NUMBER;
+
 #if (BAY_NUMBER == 1)
     const char  ALIVE[]         = "Bahia 1-OK";         //"@BAY1-OK#";
     const char  BAY_RESET[]     = "Bahia 1-Reinicio";   //"@BAY1-REBOOT#"
--- a/f_basicas.cpp	Mon May 24 16:47:56 2021 +0000
+++ b/f_basicas.cpp	Mon May 24 18:07:26 2021 +0000
@@ -11,9 +11,9 @@
 
 #include "mbed.h"
 #include "BufferedSerial.h"
-#include "f_basicas.hpp"
 #include "constantes.hpp"
 #include "tagid.hpp"
+#include "f_basicas.hpp"
 
 
 
--- a/main.cpp	Mon May 24 16:47:56 2021 +0000
+++ b/main.cpp	Mon May 24 18:07:26 2021 +0000
@@ -70,6 +70,9 @@
 int     w                       = 0;          // Registro de trabajo de multiples usos
 
 
+
+
+
 /** TICKER DE MBED                  ***************************************** */
 Timer   t_apagado;
 Timer   t_ocupado;