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: EALib EthernetInterface_vz mbed-rtos mbed
Fork of header_main_colinas_V0-20-09-14 by
configs.h
00001 #ifndef __CONFIGS_H__ 00002 #define __CONFIGS_H__ 00003 00004 #include "mbed.h" 00005 #include "parallelcpld.h" 00006 #include "UART3Interrupt.h" 00007 00008 extern InterruptIn NextData; //IO 96 00009 extern InterruptIn FrameSync; 00010 //Ticker ticker; // Timer para Debug 00011 00012 extern DigitalOut RST; // Pino de reset para o CPLD 00013 extern DigitalIn PPD; // Pino de conexao com o cristal do CPLD 00014 00015 extern DigitalOut ENABLE_F_REG; // Configuracao da Alimentacao do CPLD 00016 extern DigitalOut ENABLE_F_RX; 00017 extern DigitalOut ENABLE_F_TX; 00018 00019 extern Serial Uart3; // default baudrate = 9600; Sem paridade, 8bits, 1 stop-bit 00020 00021 int start_cpld( void ); 00022 int config_lpc( void ); 00023 00024 #endif
Generated on Tue Jul 12 2022 16:25:03 by
