Changes

How to use EEPROM

109 bytes added, 19:12, 5 September 2012
m
Play with EEPROM memory
<section end=play />
==IGEPv2 Expansion==
For example, the <section begin=igepv2exp />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> <section end=igepv2exp /> 
==IGEP PARIS Expansion==
For example, the <section begin=paris />The following writes the value 0x22 to register 0x10 of device 0x50 0x51 on i2c bus 23:
<pre>i2cset -f -y 3 0x51 0x10 0x22
i2cget -f -y 3 0x51 0x10</pre> <section end=paris /> 
==IGEP BERLIN Expansion==
For example, the <section begin=berlin />The following writes the value 0x22 to register 0x10 of device 0x50 0x51 on i2c bus 23:
<pre>i2cset -f -y 3 0x51 0x10 0x22
i2cget -f -y 3 0x51 0x10</pre>
<section end=berlin />
= Know more=
4,199
edits