Download Processor Expert

Transcript
Processor Expert User's manual
Processor Expert Tutorials
Enter the following commands into the Events.c file:
RedLED_NegVal (); /*toggle state of Red LED*/
GreenLED_NegVal (); /*toggle state of Green LED*/
The first line is calling of the method NegVal of the bean RedLED. The second line is calling of the method
NegVal of the bean GreenLED. Calling syntax of all methods is 'BeanName'_'MethodName'();
To create a binary executable file click on "Make" icon in the CodeWarrior Project Window. See picture below.
Project is finished. Now you can upload it to the board and execute it.
- 170 -