CONTROLA UN DISPLAY DE 7 SEGMENTOS 4 DIGITOS PARA IMPRIMIR UN ARREGLO DE CHARS CON LETRAS Y NUMERO YA SEAN MINUSCULAS O MAYUSCULAS

Revision:
1:a467832c08c3
Parent:
0:1f635f86542a
--- a/DISPLAY7SEG4DIG.h	Mon May 27 04:29:03 2019 +0000
+++ b/DISPLAY7SEG4DIG.h	Wed May 29 19:19:16 2019 +0000
@@ -8,8 +8,32 @@
                     ING. ARMANDO OLVERA
 
 */
+/*
+
 
 
+            D   O   C   U   M   E   N   T   A   C   I   O   N
+            
+            -- borrar();       
+                
+                Esta funcion borra el display 
+                
+            -- mensaje(mensaje1[20]);
+                
+                Esta funcion recibe un mensaje de maximo 20 caracteres por medio de una cadena de char, ya sea numeros, mayusculas o minusculas
+                
+            -- reiniciar();
+            
+                Esta funcion reinicia las variables de desplazamieto y coloca el mensaje en su posicion inicial
+                
+            -- tiempoderecorrido(time);
+            
+                Cambia el tiempo de recorrido del mensaje, por default tiene 400mS y el numero enviado esta en mS 
+
+
+
+
+*/
 
 
 #ifndef MBED_DISPLAY7SEG4DIG_H
@@ -30,6 +54,7 @@
         void borrar();
         void mensaje(char mensaje1[20]);
         void reiniciar();
+        void tiempoderecorrido(int time);
      //   double parte_real();
        // double parte_imag();
         //void suma(const CComplejo& a, const CComplejo& b);