mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
integrate SPI EEPROM
This commit is contained in:
parent
8c2137f11f
commit
6a47c2d4fb
4 changed files with 33 additions and 13 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue