annotate doc/how_to_setup_mplabx.txt @ 294:f97e439d711c
FIX clear before displaying gas volumes.
author |
jDG |
date |
Sat, 30 May 2015 22:58:00 +0200 |
parents |
e4e662746c02 |
children |
|
rev |
line source |
1
|
1 How to setup MPLAB X IDE:
|
|
2 - Clone repository to local dir
|
|
3 - Create new project
|
|
4 - Choose PIC18F87K22
|
|
5 - Choose C18 Toolchain (v3.42 or above)
|
|
6 - Add Files:
|
|
7 .asm to Source Files
|
|
8 .c to Source Files
|
|
9 p2_definitions.h and shared_definitions.h to Header Files
|
|
10 .inc to Important Files
|
|
11 18F87K22_ostc3.lkr to Linker Files |