Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

What can I do with IGEP BERLIN

3 bytes removed, 10:37, 17 September 2012
m
How to use EEPROM
The following example writes the value 0x22 to register 0x10 of device 0x50 on i2c bus 3:
<pre> $ i2cset -f -y 3 0x51 0x10 0x22 $ i2cget -f -y 3 0x51 0x10</pre> 
''From [[How to use EEPROM]]''
0
edits