Version paralela con display grande y funciones adicionales

Dependencies:   BufferedSerial mbed

Fork of ConduSe-Speedometer2 by Felícito Manzano

constantes.hpp

Committer:
fmanzano_dtk
Date:
2016-09-01
Revision:
2:1219ed8d7039
Parent:
0:2f13a25aa470

File content as of revision 2:1219ed8d7039:

/*
 * - Proyecto:      SABMiller ILC 
                    Velocímetro digital
                    CONDUSE
                    
 * - Lenguaje:      ANSI C/C++ (mbed)
 * - Tarjeta:       Nucleo F091RC
 * - Referencias:
 * - Fecha:         2016/Agosto
 * - Autor(es):     Felícito Manzano /
                    Mario Vargas
 * - Compañia:      V.S.R. de Centroamérica
 * - País:          SV / CR
*/

// DEFINICIÓN DE CONSTANTES PARA CONDUSE //
extern const int QUERRY_CONDUSE[9];
extern const float KNOTS;
extern const int BYTE0_CONDUSE;
extern const int BYTE1_CONDUSE;
extern const int CONDUSE_VAL0;
extern const int CONDUSE_VAL1;
extern const int CONDUSE_VELOCIDAD;
extern const float CONDUSE_MIN_VEL;
extern const float CONDUSE_MAX_VEL;
extern const float VEL_RALENTI;
extern const float VEL_ADVERTENCIA;
extern const float VEL_LIMITE;

// DEFINICIÓN PARA DISPLAY DE 7 SEGMENTOS
extern const int DIGITOS[10] [7];
extern const int CIEN_MAYOR[2];
extern const int CIEN_MENOR[2];
extern const int GUION[7];
extern const int ERROR_D7S[7];

// CONSTANTES PARA COLORES
extern const float COLORES[5] [3];

// OTRAS CONSTANTES
extern const int BUFF_SIZE;
extern const int TX_MULTIP;
extern const int T_ESPERA_CP; // mili segundos
extern const int T_TX; // mili segundos