Erste CVS-Version

This commit is contained in:
2006-09-26 18:18:27 +00:00
parent 62a932ecdd
commit b282d4a32c
35 changed files with 7302 additions and 0 deletions

16
common/channels.h Normal file
View File

@ -0,0 +1,16 @@
#ifndef __channels_h_included__
#define __channels_h_included__
/**
* \file channels.h
* \brief Global definitions, used by the firmware and the commandline-client.
* \author Thomas Stegemann
* \version $Id: channels.h,v 1.1 2006/09/26 18:18:27 rschaten Exp $
*
* License: See documentation.
*/
#define CHANNELS 4 /**< number of output channels */
#endif