testando

Dependencies:   mbed TextLCD2

Revision:
55:4d071fb49f24
Parent:
40:39263f4cf8b7
Child:
91:ce9b14cd2137
--- a/classe.h	Sat May 30 04:20:07 2020 +0000
+++ b/classe.h	Sat May 30 19:57:40 2020 +0000
@@ -7,13 +7,7 @@
   public:
   string nome;  //  nome do programa
   int tipo_pega;     // Inteiro onde 1=quadrado e 2=redondo
-  /*
-    if(tipo_pega == "1"){
-      float comprimeto;
-  }
-  else if(tipo_pega == 2){
-    float diametro;    
-  }*/
+  float medida_lado_pega;
   float volume_pega;    // Volume inserido pelo usuário
   float pos_x_pega;
   float pos_y_pega;