Mercurial > public > hwos_code
comparison src/ostc3.inc @ 232:fe9d88fee09f
show start gas in OC mode permanently
author | mh@mh-THINK |
---|---|
date | Sun, 22 Feb 2015 12:14:03 -0400 |
parents | 834e1c35160c |
children | 57155164faad |
comparison
equal
deleted
inserted
replaced
231:834e1c35160c | 232:fe9d88fee09f |
---|---|
26 #DEFINE firmware_expire_year .16 | 26 #DEFINE firmware_expire_year .16 |
27 #DEFINE firmware_expire_month .3 | 27 #DEFINE firmware_expire_month .3 |
28 #DEFINE firmware_expire_day .1 | 28 #DEFINE firmware_expire_day .1 |
29 | 29 |
30 #DEFINE comm_service_key 0xABCDEF | 30 #DEFINE comm_service_key 0xABCDEF |
31 | |
32 ;----------------------------------------------------------------------------- | |
33 ; Global layout parameters | |
34 #DEFINE surf_decotype_row .60 | |
35 #DEFINE surf_decotype_column .100 | |
31 | 36 |
32 ;----------------------------------------------------------------------------- | 37 ;----------------------------------------------------------------------------- |
33 | 38 |
34 #DEFINE CCP1CON_VALUE b'00001100' ; PWM1 for LED dimming | 39 #DEFINE CCP1CON_VALUE b'00001100' ; PWM1 for LED dimming |
35 #DEFINE T2CON_ECO b'00000100' ; 1:1 Postscaler, 1:1 Prescaler, Timer 2 start -> 980Hz (Good compromise of no-flicker and efficiency) | 40 #DEFINE T2CON_ECO b'00000100' ; 1:1 Postscaler, 1:1 Prescaler, Timer 2 start -> 980Hz (Good compromise of no-flicker and efficiency) |