Project

General

Profile

Statistics
| Revision:

root / branches / simulator / projects / simulator / common / robot_shared.h @ 950

History | View | Annotate | Download (82 Bytes)

1 950 bcoltin
2
3
4
typedef struct RobotSharedType
5
{
6
        short motor1;
7
        short motor2;
8
} RobotShared;