Example i2c test

From wiki.emacinc.com
Revision as of 16:24, 6 January 2014 by Mdean (talk | contribs) (Fixed note.)
Jump to: navigation, search
TODO: {{#todo:InProgress(11.14.13-13:25->JG+);(11.14.13-15:45->MD-)|Jgreene|oe 4,oe 5,jg,md,InProgress,bs}}

Again, don't forget to change the tag. Create a real intro and reformat the following text into the normal font. This is going to need quite a bit of work still.

This procedure provides an overview of how to compile and run the i2c_test C example project. It assumes familiarity with the C programming language and is intended to be used by experienced programmers who are looking to learn the EMAC SDK.

Again, this is a misuse of headings.

1. Open the C/C++ editing perspective

2. Open the egpc project

Insert build instructions here



As before, not a heading...

What it does

This is far too sparse. They could discover this on their own. There needs to be information on how and why to use each option of these menus.

This is an example test interface for reading/writing to the Linux I2C device interface. It is only relevant if the I2C device interface is enabled and an external I2C device is connected to the bus. See comments in i2c_test.c for details.

Usage for i2c_test

i2c_test - Run it with the following command.

ie: ./i2c_test

A menu will appear in the terminal.
i2c menu

Select a function (a,b,c,d,e) to test or q to quit. You will be prompted for read, write and register values as appropriate. Test results will be displayed in the terminal.

The is an example session:
i2c sample session