Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 932 → Rev 902

/C-OSD/trunk/usart0.h
18,15 → 18,8
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
****************************************************************************/
 
#ifdef SERIALDEBUGDRAW
#define USART0ENABLE 1
#endif
#ifdef ANTENNATRACKTEST
#define USART0ENABLE 1
#endif
#ifdef ANTENNATRACKTEST
 
#ifdef USART0ENABLE
 
#ifndef _USART0_H
#define _USART0_H
 
38,22 → 31,22
void usart0_init();
 
 
/**
* send a single <character> through usart1
*/
void usart0_putc(unsigned char character);
/**
* send a single <character> through usart1
*/
void usart0_putc(unsigned char character);
 
/**
* send a <string> throught usart0
*/
void usart0_puts(char *s);
 
/**
* send a PGM<string> throught usart1
*/
void usart0_puts_pgm(const char* string);
 
/**
* send a <string> throught usart0
*/
void usart0_puts(char *s);
 
/**
* send a PGM<string> throught usart1
*/
void usart0_puts_pgm(const char* string);
 
 
#endif
 
#endif // ANTENNATRACKTEST