Project Folder Structure

By clicking the PROJECTS tab, in MCC, the folder structure, as well as the generated code based on the current configuration, can easily be previewed. Header files with .h file extensions are separated from source files with .c or .asm file extensions. For example, the figure below shows the project structure from the PROJECTS tab in leftmost frame of theMPLAB X IDE.

Figure 1. Folder Structure of an Foundation ServicesProject Generated from MCC

The Header Files folder contains header files generated by MCC. The files have the file extension .h. The API function prototypes can be found in these header files.

The Header Files folder contains the following files

The Important Files folder contains files that contains instructions and settings for the compilers and MCC core

The root folder contains the following files and folders: