se quito el led de debug de la bibilioteca
Fork of eeprom_1 by
Diff: eeprom_lib.cpp
- Revision:
- 8:e3e847a4a95d
- Parent:
- 7:cf6096a818b7
--- a/eeprom_lib.cpp Thu Oct 18 17:39:28 2018 +0000 +++ b/eeprom_lib.cpp Thu Oct 18 17:44:50 2018 +0000 @@ -212,7 +212,6 @@ * @return none */ #include "main.h" -extern DigitalOut MasterLed; void EEPROM::write(uint32_t address, int8_t data[], uint32_t length) { @@ -464,7 +463,6 @@ ready(); } } - MasterLed=0; } /**