M52233DEMO C/C++ Programming

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

M52233DEMO C/C++ Programming

1,372 次查看
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
标签 (1)
标记 (1)
0 项奖励
1 回复

264 次查看
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 项奖励