Datasheet

Create a New Project
© 2009 Microchip Technology Inc. DS61144D-page 27
FIGURE 3-4: ADDING FILES TO THE PROJECT
3.3.4 Task 4, Add Files to Your Project
This window can be skipped, since no ‘.c’ files have been created.
1. Click Next to continue.
2. Click Finish on the summary screen.
3. A project and workspace have been created in the MPLAB IDE.
BlinkLED.mcw is the workspace file and BlinkLED.mcp is the project file.
4. Click File>New
from the menu bar to create a new file. A new file is displayed.
5. Click File>Save As...
and save this file as ‘BlinkLED.c’ in the same folder (in this
case, the
C:\MyProject folder).
6. Now copy the source code provided in Example 3-1 to the
BlinkLED.c file. The
source code file is located in the PIC32 Starter Kit directory:
[install directory]\PIC32 Starter Kits\Blink_Leds.