Introduction - If you have any usage issues, please Google them yourself
SPI EEPROM Driver EEPROMWRIT E (absolute address, the array pointer, data length)// multi-byte write EEPROMREAD (absolute address, the array pointer, data length)// multi-byte read EEPROMWRITE (absolute address, data)// write single-byte (char) data = EEPROMREAD (absolute address)// single-byte read