Dependents:
esclavo_maestro
Diff: eeprom.h
- Revision:
- 2:4fd30af0937d
- Parent:
- 0:7c54b267cbd3
- Child:
- 3:770d884b04c4
--- a/eeprom.h Fri Jul 27 02:49:15 2018 +0000
+++ b/eeprom.h Sat Jul 28 04:13:08 2018 +0000
@@ -9,6 +9,7 @@
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);
+bool flush_eeprom(uint8_t eepr_addr, uint16_t address, uint8_t *ptr_string);