annotate doc/how_to_setup_mplabx.txt @ 343:34e2f5bdc5a2

BUGFIX: Rotate button sensitivity with screen (OSTC 2 and cR) TODO: Fix entry time when dive was during midnight
author heinrichsweikamp
date Mon, 20 Jul 2015 12:43:42 +0200
parents e4e662746c02
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
heinrichsweikamp
parents:
diff changeset
1 How to setup MPLAB X IDE:
heinrichsweikamp
parents:
diff changeset
2 - Clone repository to local dir
heinrichsweikamp
parents:
diff changeset
3 - Create new project
heinrichsweikamp
parents:
diff changeset
4 - Choose PIC18F87K22
heinrichsweikamp
parents:
diff changeset
5 - Choose C18 Toolchain (v3.42 or above)
heinrichsweikamp
parents:
diff changeset
6 - Add Files:
heinrichsweikamp
parents:
diff changeset
7 .asm to Source Files
heinrichsweikamp
parents:
diff changeset
8 .c to Source Files
heinrichsweikamp
parents:
diff changeset
9 p2_definitions.h and shared_definitions.h to Header Files
heinrichsweikamp
parents:
diff changeset
10 .inc to Important Files
heinrichsweikamp
parents:
diff changeset
11 18F87K22_ostc3.lkr to Linker Files