testando

Dependencies:   mbed TextLCD2

Revision:
47:0d9c10a9f87d
Parent:
46:e73e36a20134
Child:
48:135139e2971f
Child:
50:cd54c98b6ef1
--- a/main_PM.cpp	Thu May 28 21:57:48 2020 +0000
+++ b/main_PM.cpp	Thu May 28 22:09:17 2020 +0000
@@ -245,9 +245,7 @@
             programa = 6;
             status_tela = "salvo_confirmacao";}
         else if(tecla =='B' && status_tela =="salvo"){
-            funcao_salvo1();
-            wait(1);
-            funcao_salvo2();
+            funcao_inicio();
             status_tela = "inicio";}      
         
         tecla = pega_tecla();    
@@ -272,9 +270,9 @@
              //volumes configurados por cada pipeta. (programa.vol_solta_pipeta)
              status_tela="salvo_conf_vol_solta";}
         else if(tecla =='B' && status_tela =="salvo_confirmacao"){ 
-            funcao_salvo_agree1();
+            funcao_salvo1();
             wait(1);
-            funcao_salvo_agree2();
+            funcao_salvo2();
             programa = 1;
             status_tela = "salvo";}