Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: BufferedSerial mbed
constantes.hpp
00001 /* 00002 * - Proyecto: Accesorios Queclink. 00003 * - Lenguaje: ANSI C/C++ (mbed) 00004 * - Tarjeta: Nucleo F091RC 00005 * - Referencias: 00006 * - Fecha: 2016/May 00007 * - Autor(es): Felícito Manzano / 00008 Mario Vargas 00009 * - Compañia: V.S.R. de Centroamérica 00010 * - País: SV / CR 00011 */ 00012 00013 /* DEFINICIÓN DE CONSTANTES PARA GV300 */ 00014 extern const char CABECERA_TX[23]; 00015 extern const char CODIGO_INT_FUEL[5]; 00016 extern const char FIN_CABECERA_TX[7]; 00017 extern const char ULTIMO_CARACTER[2]; 00018 extern const char SEPARADOR[2]; 00019 extern const char RESET_TXT[43]; 00020 00021 // OTRAS CONSTANTES 00022 extern const int T_ESPERA_CP; // mili segundos 00023 extern const int T_TX; // mili segundos
Generated on Thu Jul 14 2022 08:15:15 by
1.7.2