|
@@ -1324,87 +1324,7 @@ void chronometer(void){ //This function print: "New: Actual time"
|
|
|
myNex.writeStr("timertext.txt",String(hours)+mins_o+String(mins)+secs_o+String(secs));
|
|
|
}
|
|
|
|
|
|
-void trigger64()
|
|
|
-{
|
|
|
- if (nex_timer_d0==9){
|
|
|
- nex_timer_d0=0;
|
|
|
- }else{
|
|
|
- nex_timer_d0++;
|
|
|
- }
|
|
|
- myNex.writeNum("dec0.val",nex_timer_d0);
|
|
|
- update_current_limit();
|
|
|
-}
|
|
|
-void trigger65()
|
|
|
-{
|
|
|
- if (nex_timer_d1==9){
|
|
|
- nex_timer_d1=0;
|
|
|
- }else{
|
|
|
- nex_timer_d1++;
|
|
|
- }
|
|
|
- myNex.writeNum("dec1.val",nex_timer_d1);
|
|
|
- update_current_limit();
|
|
|
-}
|
|
|
-void trigger66()
|
|
|
-{
|
|
|
- if (nex_timer_d2==9){
|
|
|
- nex_timer_d2=0;
|
|
|
- }else{
|
|
|
- nex_timer_d2++;
|
|
|
- }
|
|
|
- myNex.writeNum("dec2.val",nex_timer_d2);
|
|
|
- update_current_limit();
|
|
|
-}
|
|
|
-void trigger67()
|
|
|
-{
|
|
|
- if (nex_timer_d3==9){
|
|
|
- nex_timer_d3=0;
|
|
|
- }else{
|
|
|
- nex_timer_d3++;
|
|
|
- }
|
|
|
- myNex.writeNum("dec3.val",nex_timer_d3);
|
|
|
- update_current_limit();
|
|
|
-}
|
|
|
|
|
|
-void trigger72()
|
|
|
-{
|
|
|
- if (nex_timer_d0==0){
|
|
|
- nex_timer_d0=9;
|
|
|
- }else{
|
|
|
- nex_timer_d0--;
|
|
|
- }
|
|
|
- myNex.writeNum("dec0.val",nex_timer_d0);
|
|
|
- update_current_limit();
|
|
|
-}
|
|
|
-void trigger73()
|
|
|
-{
|
|
|
- if (nex_timer_d1==0){
|
|
|
- nex_timer_d1=9;
|
|
|
- }else{
|
|
|
- nex_timer_d1--;
|
|
|
- }
|
|
|
- myNex.writeNum("dec1.val",nex_timer_d1);
|
|
|
- update_current_limit();
|
|
|
-}
|
|
|
-void trigger80()
|
|
|
-{
|
|
|
- if (nex_timer_d2==0){
|
|
|
- nex_timer_d2=9;
|
|
|
- }else{
|
|
|
- nex_timer_d2--;
|
|
|
- }
|
|
|
- myNex.writeNum("dec2.val",nex_timer_d2);
|
|
|
- update_current_limit();
|
|
|
-}
|
|
|
-void trigger81()
|
|
|
-{
|
|
|
- if (nex_timer_d3==0){
|
|
|
- nex_timer_d3=9;
|
|
|
- }else{
|
|
|
- nex_timer_d3--;
|
|
|
- }
|
|
|
- myNex.writeNum("dec3.val",nex_timer_d3);
|
|
|
- update_current_limit();
|
|
|
-}
|
|
|
void trigger82()
|
|
|
{
|
|
|
nex_timer_range=0;
|