<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://ocr.michiyo.me/w/index.php?action=history&amp;feed=atom&amp;title=Component%2FEEPROM</id>
	<title>Component/EEPROM - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://ocr.michiyo.me/w/index.php?action=history&amp;feed=atom&amp;title=Component%2FEEPROM"/>
	<link rel="alternate" type="text/html" href="https://ocr.michiyo.me/w/index.php?title=Component/EEPROM&amp;action=history"/>
	<updated>2026-08-24T13:47:47Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.9</generator>
	<entry>
		<id>https://ocr.michiyo.me/w/index.php?title=Component/EEPROM&amp;diff=1158&amp;oldid=prev</id>
		<title>imported&gt;OCDoc Import: Imported from legacy OpenComputers documentation at ocdoc.cil.li</title>
		<link rel="alternate" type="text/html" href="https://ocr.michiyo.me/w/index.php?title=Component/EEPROM&amp;diff=1158&amp;oldid=prev"/>
		<updated>2026-08-24T08:08:27Z</updated>

		<summary type="html">&lt;p&gt;Imported from legacy OpenComputers documentation at ocdoc.cil.li&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Component: EEPROM =&lt;br /&gt;
&lt;br /&gt;
This component is provided by the [[Item/EEPROM|EEPROM]].&lt;br /&gt;
&lt;br /&gt;
Component name: `eeprom`. Callbacks:&lt;br /&gt;
&lt;br /&gt;
* `get():string`&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;Get the currently stored byte array.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* `set(data:string)`&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;Overwrite the currently stored byte array.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* `getLabel():string`&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;Get the label of the EEPROM.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* `setLabel(data:string)`&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;Set the label of the EEPROM.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* `getSize():number`&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;Gets the maximum storage capacity of the EEPROM.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* `getDataSize():number`&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;Gets the maximum data storage capacity of the EEPROM.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* `getData():string`&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;Gets currently stored byte-array (usually the component address of the main boot device).&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* `setData(data:string)`&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;Overwrites currently stored byte-array with specified string.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* `getChecksum():string`&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;Gets Checksum of data on EEPROM.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* `makeReadonly(checksum:string):boolean`&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;Makes the EEPROM Read-only if it isn&amp;#039;t. This process cannot be reversed.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
-----&lt;br /&gt;
&lt;br /&gt;
{{:Component/contents}}&lt;br /&gt;
&lt;/div&gt;</summary>
		<author><name>imported&gt;OCDoc Import</name></author>
	</entry>
</feed>