URL
https://opencores.org/ocsvn/openmsp430/openmsp430/trunk
Subversion Repositories openmsp430
[/] [openmsp430/] [trunk/] [fpga/] [xilinx_diligent_s3board/] [software/] [ta_uart/] [swuart.h] - Rev 211
Go to most recent revision | Compare with Previous | Blame | View Log
#ifndef SWUART_H #define SWUART_H void serPutc(char); //send one character over timer_a uart int ccr0(); //extern char rxdata; #endif //SWUART_H
Go to most recent revision | Compare with Previous | Blame | View Log