Bases: object
Class object of the MCP79410 EEPROM chip.
The function reads a data byte from the EEPROM.
Parameters: | mem_address – Address of register. |
---|---|
Returns: | reg - Register content. |
This function reads a single page from the RTCC EEPROM.
Parameters: | mem_address – EEPROM address to write to |
---|---|
Returns: | buffer - Page buffer |
This function sets the EEPROM Block protection settings.
Parameters: | mem_address – EEPROM address to write to. |
---|---|
Returns: | reg - Page buffer. |
Write a single byte in the I2C EEPROM.
Parameters: | mem_address – Memory register to write to. |
---|---|
Returns: | ee_data - Byte data to write. |
This function writes a single page to the RTCC EEPROM.
Parameters: | mem_address – EEPROM address to write to |
---|---|
Returns: | buffer - Page buffer |
Writes to the special protected EEPROM space.
Parameters: | mem_address – Memory register to write to. |
---|---|
Returns: | ee_data - Byte data to write. |