Subversion Repositories shark

Rev

Rev 1624 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1624 giacomo 1
#ifndef __RTW_H__
2
#define __RTW_H__
3
 
4
#define NINPUTCAB 10
5
#define NOUTPUTCAB 10
6
 
7
void activate_sensors();
8
void activate_control();
9
 
10
#endif