Proyecto ABInBev para la tarjeta Guaria 1/2.

Files at this revision

API Documentation at this revision

Comitter:
fmanzano_dtk
Date:
Thu Jul 07 16:17:25 2022 +0000
Parent:
18:522f706f03b1
Commit message:
Sincronizacion;

Changed in this revision

GT521Fx/New_GT521Fx.cpp Show annotated file Show diff for this revision Revisions of this file
Program/flash_ee_exe.cpp Show annotated file Show diff for this revision Revisions of this file
eeprom/eeprom.h Show annotated file Show diff for this revision Revisions of this file
--- a/GT521Fx/New_GT521Fx.cpp	Thu Jul 07 08:56:13 2022 -0600
+++ b/GT521Fx/New_GT521Fx.cpp	Thu Jul 07 16:17:25 2022 +0000
@@ -19,14 +19,14 @@
 #include "eeprom_exe.hpp"
 #include <ctype.h>
 
-extern BufferedSerial   fingerprint;
-extern BufferedSerial 	avl_uart;
-extern DigitalOut		    out1_fingerprint;
-extern USBSerial     	  myPC_debug;
-extern uint16_t 		    VirtAddVarTab[];
-extern uint16_t 		    VarDataTab[];
+extern BufferedSerial	fingerprint;
+extern BufferedSerial	avl_uart;
+extern DigitalOut		out1_fingerprint;
+extern USBSerial		myPC_debug;
+extern uint16_t			VirtAddVarTab[];
+extern uint16_t			VarDataTab[];
 extern uint32_t       	eprom_AddressArray[];
-extern bool     		    functionality_fingerprint_reader;
+extern bool				functionality_fingerprint_reader;
 extern bool           	fingerprint_flag_poweroff;
 extern EEPROM           ep;
 extern const bool       external_eeprom;
--- a/Program/flash_ee_exe.cpp	Thu Jul 07 08:56:13 2022 -0600
+++ b/Program/flash_ee_exe.cpp	Thu Jul 07 16:17:25 2022 +0000
@@ -95,7 +95,6 @@
     }
 }
  
- 
 /**
  * @brief 
  * 
--- a/eeprom/eeprom.h	Thu Jul 07 08:56:13 2022 -0600
+++ b/eeprom/eeprom.h	Thu Jul 07 16:17:25 2022 +0000
@@ -1,6 +1,3 @@
-#ifndef __EXT_I2C_EEPROM__H_
-#define __EXT_I2C_EEPROM__H_
- 
 /***********************************************************
 Author: Bernard Borredon
 Date : 21 decembre 2015
@@ -24,9 +21,13 @@
 Date: 27 december 2011
 Version: 1.0
 ************************************************************/
- 
+
+#ifndef __EXT_I2C_EEPROM__H_
+#define __EXT_I2C_EEPROM__H_
+  
 // Includes
-
+#include <string> 
+#include "mbed.h"
  
 // Example
 /*