16 RabbitCore RCM42003.2 Sample ProgramsOf the many sample programs included with Dynamic C, several are specific to theRCM4200 modules. These programs will be found in the SAMPLES\RCM4200 folder.• CONTROLLED.C—Demonstrates use of the digital outputs by having you turn LEDsDS2 and DS3 on the Prototyping Board on or off from the STDIO window on your PC.Parallel Port B bit 2 = LED DS2Parallel Port B bit 3 = LED DS3Once you compile and run CONTROLLED.C, the following display will appear in theDynamic C STDIO window.Press “2” or “3” on your keyboard to select LED DS2 or DS3 on the PrototypingBoard. Then follow the prompt in the Dynamic C STDIO window to turn the LED ONor OFF. A logic low will light up the LED you selected.• FLASHLED1.C—demonstrates the use of assembly language to flash LEDs DS2 andDS3 on the Prototyping Board at different rates. Once you have compiled and run thisprogram, LEDs DS2 and DS3 will flash on/off at different rates.• FLASHLED2.C—demonstrates the use of cofunctions and costatements to flash LEDsDS2 and DS3 on the Prototyping Board at different rates. Once you have compiled andrun this program, LEDs DS2 and DS3 will flash on/off at different rates.