Datasheet
TUTORIALS
Projects
The mikroC PRO for AVR organizes applications into projects, consisting of a sin-
gle project file (extension .mcpav) and one or more source files (extension ).
mikroC PRO for AVR IDE allows you to manage multiple projects (see Project
Manager). Source files can be compiled only if they are part of a project.
The project file contains the following information:
- project name and optional description,
- target device,
- device flags (config word),
- device clock,
- list of the project source files with paths,
- header files (*.h),
- binary files (*.mcl),
- image files,
- other files.
Note that the project does not include files in the same way as preprocessor does,
see Add/Remove Files from Project.
New Project
The easiest way to create a project is by means of the New Project Wizard, drop-
down menu Project › New Project or by clicking the New Project Icon from
Project Toolbar.
76
MIKROELEKTRONIKA - SOFTWARE AND HARDWARE SOLUTIONS FOR EMBEDDED WORLD
Environment
mikroC PRO for AVR
CHAPTER 2