Proyecto ABInBev para la tarjeta Guaria 1/2.

Revision:
17:c53ea16f75c0
Parent:
10:a0005a4116ae
Child:
19:5580a9a54ad5
--- a/eeprom/eeprom.h	Thu Jul 07 14:49:02 2022 +0000
+++ b/eeprom/eeprom.h	Thu Jul 07 08:55:42 2022 -0600
@@ -1,5 +1,5 @@
-#ifndef __EEPROM__H_
-#define __EEPROM__H_
+#ifndef __EXT_I2C_EEPROM__H_
+#define __EXT_I2C_EEPROM__H_
  
 /***********************************************************
 Author: Bernard Borredon
@@ -26,9 +26,7 @@
 ************************************************************/
  
 // Includes
-#include <string> 
- 
-#include "mbed.h"
+
  
 // Example
 /*
@@ -556,4 +554,5 @@
     static const char * const _name[]; // eeprom name
 //-------------------------------------
 };
-#endif
\ No newline at end of file
+
+#endif //__EXT_I2C_EEPROM__H_
\ No newline at end of file