irda.h

Go to the documentation of this file.
00001 /*
00002  * File:        irda.h
00003  * Purpose:     IRDA handling function prototypes
00004  * Author:      Peter Ivanov, Olimex Ltd.
00005  * Modified by:
00006  * Created:     2007-05-19 11:29:32
00007  * Last modify: 2007-06-10 12:23:55 ivanovp {Time-stamp}
00008  * Copyright:   (C) Peter Ivanov, Olimex Ltd., 2007
00009  * Licence:     GPL
00010  */
00016 #ifndef __INCLUDE_IRDA_H
00017 #define __INCLUDE_IRDA_H
00018 // Irda.h
00019 
00020 void InitUCA_UART(void);
00021 void InitIRDA(void);
00022 unsigned char TestIRDA(void);
00023 void WriteByteUCA_UART(unsigned char data);
00024 unsigned char ReadByteUCA_UART(void);
00025 
00026 #endif // __INCLUDE_IRDA_H

Generated on Sun Dec 9 17:17:10 2007 for Sample MSP430-4619LCD Project by  doxygen 1.5.1