Mercurial > public > mk2
diff code_part1/OSTC_code_asm_part1/MAIN.ASM @ 492:19b9e19ea4da
+CHANGE: Velocity display updated every second
+NEW: CF60: Show graphical velocity indicator (Ascend only)
author | heinrichsweikamp |
---|---|
date | Sun, 06 Nov 2011 11:02:03 +0100 |
parents | b8edb7362870 |
children | e9b1f162799d |
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/MAIN.ASM Fri Nov 04 16:24:12 2011 +0100 +++ b/code_part1/OSTC_code_asm_part1/MAIN.ASM Sun Nov 06 11:02:03 2011 +0100 @@ -28,7 +28,8 @@ #include <P18F4685.INC> ;processor specific variable definitions #include definitions.asm ; Defines, I/O Ports and variables - #include "../OSTC_code_c_part2/shared_definitions.h" +; #include "../OSTC_code_c_part2/shared_definitions.h" + #include "C:\Mk2\ostc2_code\code_part1\OSTC_code_c_part2\shared_definitions.h" reset_v code 0x0000 goto start ; Start!