Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
eeprom.h
00001 // eeprom.h file 00002 #ifndef EEPROM_H 00003 #define EEPROM_H 00004 #include "mbed.h" 00005 00006 extern I2C i2c;//sda scl 00007 extern Serial pc; 00008 00009 void freq(uint32_t frec); 00010 int write_data(uint8_t eepr_addr, uint16_t address, uint8_t *ptr_string);//eepr_addr=memory addres,address= position into memory 00011 uint8_t data_read(uint8_t eepr_addr, uint16_t address_read); 00012 00013 00014 00015 00016 #endif
Generated on Tue Aug 23 2022 14:03:57 by
1.7.2