Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

How to use I2C

10 bytes removed, 09:42, 17 January 2012
Compile and Run
//Address DVI Standard: 0x50
#define ADDRESS 0x50</pre>
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 this case, read operations, don't have sense use itproblems.<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 bus.
4,199
edits