Introduction - If you have any usage issues, please Google them yourself
This program demonstrates how to configure port pins as digital inputs
// and outputs. The C8051F020 target board has one push-button switch
// connected to a port pin and one LED. The program constantly checks the
// status of the switch and if it is pushed, it turns on the LED.