Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

How to use EEPROM

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