firmware/comm.h
author cpresser@fsing.uni-sb.de
Wed, 25 Mar 2009 17:48:05 +0100
changeset 28 6f5b9a001194
parent 2 2f55e5dd591d
permissions -rw-r--r--
added some missing values to the schematic
     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