6994 turn on bug?
This commit is contained in:
+1
-2
@@ -882,8 +882,7 @@ static void update_ZM_instruction(uint8 *ins) {
|
||||
|
||||
case RAMP_GENERATE:{
|
||||
INSTRUCTION.eliteFxn = RAMP_GENERATE;
|
||||
|
||||
|
||||
PIN_setOutputValue(pin_handle, shutdown_6994, 0); // OFF = 1 => turn off 6994
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -616,7 +616,7 @@ static bool TurnOnElite(uint8_t key){
|
||||
if(TurnOnCounter >= 15){
|
||||
PIN_setOutputValue(pin_handle, enable_5v, 1); // enable 5V
|
||||
LEDPowerON();
|
||||
PIN_setOutputValue(pin_handle, shutdown_6994, 0); // OFF = 1 => turn off 6994
|
||||
|
||||
return true;
|
||||
}
|
||||
else{
|
||||
|
||||
Reference in New Issue
Block a user