se quito el led de debug de la bibilioteca

Fork of eeprom_1 by JONIX SA

Revision:
7:cf6096a818b7
Parent:
6:7d676c26da40
Child:
8:e3e847a4a95d
--- a/eeprom_lib.cpp	Thu Oct 04 18:27:30 2018 +0000
+++ b/eeprom_lib.cpp	Thu Oct 18 17:39:28 2018 +0000
@@ -383,7 +383,6 @@
         ack = _i2c.write((int)addr,(char *)cmd,remain + 1);
         if(ack != 0) {
           _errnum = EEPROM_I2cError;
-          MasterLed=1;               //TODO: falla acá
           return;
         }