Changes

How to use EEPROM

398 bytes added, 16:20, 5 September 2012
m
Play with EEPROM memory
<pre>i2cget &lt;bus&gt; &lt;chip&gt; &lt;register&gt;
i2cset &lt;bus&gt; &lt;chip&gt; &lt;register&gt; &lt;value&gt;</pre>
<section end=play />
==IGEPv2 Expansion==
For example, the following writes the value 0x22 to register 0x10 of device 0x50 on i2c bus 2:
<pre>i2cset -f -y 2 0x50 0x10 0x22
i2cget -f -y 2 0x50 0x10</pre>
==IGEP PARIS Expansion==For example, the following writes the value 0x22 to register 0x10 of device 0x50 on i2c bus 2: <section endpre>i2cset -f -y 3 0x51 0x10 0x22i2cget -f -y 3 0x51 0x10</pre> ==IGEP BERLIN Expansion=play =For example, the following writes the value 0x22 to register 0x10 of device 0x50 on i2c bus 2: <pre>i2cset -f -y 3 0x51 0x10 0x22i2cget -f -y 3 0x51 0x10</pre
= Know more=
<section begin=know_more />
See also: i2dump(8), i2cget(8) and i2cset(8) man page
<section end=know_more />
4,199
edits