Go to the source code of this file.
Functions | |
| static void | Eeprom_WriteEnable () |
| Eeprom_WriteEnable. | |
| int | Eeprom_SetActive (int state) |
| Set the active state of the EEPROM subsystem. | |
| int | Eeprom_GetActive () |
| Read the active state of the EEPROM. | |
| int | Eeprom_Write (int address, uchar *buffer, int count) |
| Write data to the EEPROM. | |
| int | Eeprom_Read (int address, uchar *buffer, int count) |
| Read data from the EEPROM. | |
Functions for working with the EEPROM on the Make Controller Board.
Definition in file eeprom.c.
| void Eeprom_WriteEnable | ( | ) | [static] |
Eeprom_WriteEnable.
Enable writing from the EEPROM on the Make Controller Board. This function should be called before making calls to Eeprom_Write().
| none. |