M52233DEMO C/C++ Programming

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

M52233DEMO C/C++ Programming

1,334 Views
admin
Specialist II
hi...i'm trying to code the M52233DEMO in C/C++. i have CodeWarrior 5.9.0 build 2502. i'm not exactly sure exactly where to start. i went through all the documents and reference manuals. i'm trying to access the accelerometer and the onboard LEDs so my program will display/control them.
 
thanks,
tim
Labels (1)
0 Kudos
1 Reply

226 Views
J2MEJediMaster
Specialist I
In the expanded archive there should be a file with the extension .mcp. This is the project file that CodeWarrior uses to store all its information on the program. Double-click on this file in Windows Explorer and it should launch the CodeWarrior IDE. The IDE displays a Project window, which shows the source files and libraries that the demo program uses. You can try building the project, or opening the files in the editor and studying the source code. HTH.

---Tom
0 Kudos