User`s manual
mikroBASIC
- Basic Compiler for Microchip PIC microcontrollers
MikroElektronika:
Development
tools
-
Books
-
Compilers
mikroBASIC
making it simple...
13
page
Each application, or project, consists of a single project file and one or more unit
files. You can compile source files only if they are part of the project. First and
essential step is creating a project.
We will use New Project Wizard to create our new project.
Select Project > New Project from drop-down menu and follow the dialog:
(select PIC MCU device, device clock, setup configuration bits, set project name,
location and description)
Later, if you want to change some project settings, select Project > Edit from drop-
down menu. To save your project , select Project > Save All from drop-down
menu. To save your project under different name, select Project > Save Project As
from drop-down menu. To open a project, select Project > Open, or Project >
Reopen from drop-down menu.
When you create new project, mikroBasic automatically creates an empty main
unit file in which you'll write your source code.
PROJECTS