public void WriteEEPROM(int address, byte value) { if (address >= 0 && address < DLL.EEPROM_size()) { DLL.EEPROM_write(address, value); } }