Changes

User:Pau pajuelo

340 bytes removed, 11:09, 25 October 2013
m
How to use EEPROM
== How to use EEPROM ==
IGEPv2 Expansion includes a serial EEPROM, provides 1KB of user data storage. EEPROM is connected through I2C2 of OMAP3 processor at address 0x50.
 
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]]''
== How to use audio HDMI ==
4,199
edits