author | cpresser@rika |
Thu, 07 Feb 2008 00:18:02 +0000 | |
changeset 10 | 9798f65f2f35 |
parent 2 | 2f55e5dd591d |
permissions | -rw-r--r-- |
1 /*
2 * Project Frontplatte
3 *
4 * comm.h - Handle incoming commands
5 *
6 * This file is released under the GNU General Public License. Refer
7 * to the COPYING file distributed with this package.
8 *
9 * (c) 2007 Carsten Presser cpresser AT fsing.uni-sb.de
10 */
12 #ifndef __COMM_H
13 #define __COMM_H
16 /** P U B L I C P R O T O T Y P E S *****************************************/
17 void comm_send_ir(unsigned char address, unsigned char command);
18 void ProcessInput(void);
21 #endif //COMM_H