diff src/ostc3.inc @ 207:f5d909e03f52

charge indicator on surface screen
author heinrichsweikamp
date Sat, 06 Dec 2014 21:04:27 +0100
parents 618191753d2b
children a17359244d93
line wrap: on
line diff
--- a/src/ostc3.inc	Mon Dec 01 17:06:53 2014 +0100
+++ b/src/ostc3.inc	Sat Dec 06 21:04:27 2014 +0100
@@ -644,7 +644,8 @@
 #DEFINE voting_logic_sensor1    flag11,3; =1: This sensor is within the voting logic threshold
 #DEFINE voting_logic_sensor2    flag11,4; =1: This sensor is within the voting logic threshold
 #DEFINE voting_logic_sensor3    flag11,5; =1: This sensor is within the voting logic threshold
-
+#DEFINE cc_active               flag11,6; =1: Constant Current active (cR Hardware)
+#DEFINE cv_active               flag11,7; =1: Constant Voltage active (cR Hardware)
 ;=============================================================================
 ; C-code Routines
 ; PART 2