Subversion Repositories shark

Rev

Go to most recent revision | Blame | Last modification | View Log | RSS feed

#ifndef __RTW_H__
#define __RTW_H__

#define NINPUTCAB 10
#define NOUTPUTCAB 10

void activate_sensors();
void activate_control();

#endif