.,

Dependents:   esclavo_maestro

Revision:
0:7c54b267cbd3
Child:
2:4fd30af0937d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/eeprom.h	Fri Jul 27 00:31:44 2018 +0000
@@ -0,0 +1,16 @@
+// eeprom.h file
+#ifndef EEPROM_H
+#define EEPROM_H
+#include "mbed.h"
+
+extern I2C i2c;//sda   scl
+extern Serial pc;
+
+void freq(uint32_t frec);
+int write_data(uint8_t eepr_addr, uint16_t address, uint8_t *ptr_string);//eepr_addr=memory addres,address= position into memory
+uint8_t data_read(uint8_t eepr_addr, uint16_t address_read);
+
+
+
+
+#endif
\ No newline at end of file