Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

What can I do with IGEPv2 EXPANSION

4 bytes added, 10:29, 17 September 2012
m
How to use EEPROM
The following example 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>
''From [[How to use EEPROM]]''
0
edits