Difference between revisions of "Example io demo"
Line 31: | Line 31: | ||
<code>io_demo</code> | <code>io_demo</code> | ||
− | Running the program brings up a menu.<br /> | + | Running the program brings up a menu of demos.<br /> |
− | [[File:Io demo terminal menu.jpg|i2c menu]] | + | [[File:Io demo terminal menu.jpg|i2c menu]]<br /> |
+ | Press '''a''','''c''','''i''' or '''r''' to run a demo. Press '''x''' to exit. | ||
− | + | ===A/D Demo=== | |
+ | |||
+ | [[File:Io demo terminal session sample 0.png]] | ||
+ | |||
+ | ===Count Demo=== | ||
+ | |||
+ | ===Input to Output Demo=== | ||
+ | |||
+ | ===Ring Demo=== |
Revision as of 14:42, 19 November 2013
This procedure provides an overview of how to open, build and run the io_demo C example project using the Eclipse IDE.
Contents
Opening, Building and Uploading the Project Files
1. Open the C/C++ editing perspective.
stub
2. Open the io demo project files.
stub
3. Build the io demo project.
stub
4. Upload the io demo binary to the target machine.
stub
Description, Usage and Expected Behaviour
This is a demo program illustrating how to access different SOM-150ES carrier board io. To use this program you will need a SOM-150ES carrier board.
500px
SOM-150ES carrier board
Usage for io_demo
io_demo
Running the program brings up a menu of demos.
i2c menu
Press a,c,i or r to run a demo. Press x to exit.
A/D Demo
File:Io demo terminal session sample 0.png