Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

How to use I2C

24 bytes added, 09:44, 17 January 2012
Compile and Run
Constant FORCE is defined to allow this program access to I2c, although other programs use it at the same time. It can be dangerous in writing operations but in read operations don't have problems.<br>
Constant ADDRESS is defined to acces in specific I2C address. In DVI devices, 0x50 is default address, that means that other peripherals can be connected to same buswith other 7 bit address.
See the code below:<br>
4,199
edits