Subversion Repositories shark

Rev

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

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