integrate SPI EEPROM

This commit is contained in:
notaz 2017-09-22 02:00:50 +03:00
parent 8c2137f11f
commit 6a47c2d4fb
4 changed files with 33 additions and 13 deletions

View file

@ -40,7 +40,7 @@
#define _EEPROM_SPI_H_
/* Function prototypes */
extern void eeprom_spi_init();
extern void *eeprom_spi_init(int *size);
extern void eeprom_spi_write(unsigned char data);
extern unsigned int eeprom_spi_read(unsigned int address);