//************************************************ // Author: Federica Lionetto // Created on: 07/21/2014 //************************************************ /* List of useful variables. */ // Header guard. #ifndef __PAR_C_INCLUDED__ #define __PAR_C_INCLUDED__ // Number of Beetle channels. const int N = 256; #endif