Initial commit
This commit is contained in:
9
FW/Core/my_src/user_eeprom.h
Normal file
9
FW/Core/my_src/user_eeprom.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef USER_EEPROM_H_
|
||||
#define USER_EEPROM_H_
|
||||
|
||||
extern unsigned int eeprom_write_byte_via_page(unsigned int chip_cs, unsigned int addr, unsigned char *pdata, unsigned int len);
|
||||
extern unsigned int eeprom_write_page(unsigned int chip_cs, unsigned int addr, unsigned char *pdata);
|
||||
extern unsigned int eeprom_read_byte(unsigned int chip_cs, unsigned int addr, unsigned char *pdata, unsigned int len);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user