firmware/comm.h
author root@rika
Thu, 23 Apr 2009 20:55:41 +0200
changeset 33 7a0c4b0354ba
parent 2 2f55e5dd591d
permissions -rw-r--r--
updated documentation
     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  */
    11 
    12 #ifndef __COMM_H
    13 #define __COMM_H
    14 
    15 
    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);
    19 
    20 
    21 #endif //COMM_H