BlinkenArea - GitList
Repositories
Blog
Wiki
flaneth
Code
Commits
Branches
Tags
Search
Tree:
d48e86e
Branches
Tags
master
flaneth
firmware
uart.h
header fix
Stefan Schuermans
commited
d48e86e
at 2012-05-02 18:39:39
uart.h
Blame
History
Raw
/* flaneth - flash and ethernet Copyright (C) 2007-2012 Stefan Schuermans <stefan@schuermans.info> Copyleft: GNU public license V2 - http://www.gnu.org/copyleft/gpl.html a BlinkenArea project - http://www.blinkenarea.org/ */ #ifndef INC_uart #define INC_uart // initialize extern void UartInit(void); // write a character extern int UartPutchar(char c, FILE * file); #endif // #ifndef INC_uart