v7

Dependents:   robot_final

Robot.h

Committer:
fab16
Date:
2017-02-02
Revision:
0:3cb651f7347b
Child:
1:b3c45f39e86e

File content as of revision 0:3cb651f7347b:


class Robot{

private bool obstacle;
private m3pi m3pi;

Robot(mp3i mp3i);
~Robot();

}