Mercurial > public > hwos_code
comparison src/ostc3.inc @ 111:c61b7a4e317c
Bugfix: CNS in planner
author | heinrichsweikamp |
---|---|
date | Tue, 17 Jun 2014 12:00:20 +0200 |
parents | 223579e905c3 |
children | f3062a611eef |
comparison
equal
deleted
inserted
replaced
110:d39493c786a2 | 111:c61b7a4e317c |
---|---|
17 | 17 |
18 #include <p18f87k22.inc> | 18 #include <p18f87k22.inc> |
19 #include <ports.inc> ; Portmap | 19 #include <ports.inc> ; Portmap |
20 | 20 |
21 #DEFINE softwareversion_x d'1' ; Software version XX.YY | 21 #DEFINE softwareversion_x d'1' ; Software version XX.YY |
22 #DEFINE softwareversion_y d'31' ; Software version XX.YY | 22 #DEFINE softwareversion_y d'40' ; Software version XX.YY |
23 #DEFINE softwareversion_beta 1 ; (and 0 for release) | 23 #DEFINE softwareversion_beta 0 ; (and 0 for release) |
24 | 24 |
25 #DEFINE comm_service_key 0xABCDEF | 25 #DEFINE comm_service_key 0xABCDEF |
26 | 26 |
27 ;----------------------------------------------------------------------------- | 27 ;----------------------------------------------------------------------------- |
28 | 28 |
159 #DEFINE lithium_36v_75 .3000 ; [mV] | 159 #DEFINE lithium_36v_75 .3000 ; [mV] |
160 #DEFINE lithium_36v_50 .2900 ; [mV] | 160 #DEFINE lithium_36v_50 .2900 ; [mV] |
161 #DEFINE lithium_36v_25 .2600 ; [mV] | 161 #DEFINE lithium_36v_25 .2600 ; [mV] |
162 #DEFINE lithium_36v_10 .2500 ; [mV] | 162 #DEFINE lithium_36v_10 .2500 ; [mV] |
163 | 163 |
164 #DEFINE current_sleepmode .62 | 164 #DEFINE current_sleepmode .10 |
165 #DEFINE current_backlight_multi .115 ; *CCPR1L+current_backlight_offset | 165 #DEFINE current_backlight_multi .115 ; *CCPR1L+current_backlight_offset |
166 #DEFINE current_backlight_offset .216 | 166 #DEFINE current_backlight_offset .216 |
167 #DEFINE current_speed_eco .1914 | 167 #DEFINE current_speed_eco .1914 |
168 #DEFINE current_speed_normal .4027 | 168 #DEFINE current_speed_normal .4027 |
169 #DEFINE current_speed_fastest .5050 | 169 #DEFINE current_speed_fastest .5050 |