v7
Diff: Robot.h
- Revision:
- 0:3cb651f7347b
- Child:
- 1:b3c45f39e86e
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Robot.h Thu Feb 02 10:22:13 2017 +0000 @@ -0,0 +1,10 @@ + +class Robot{ + +private bool obstacle; +private m3pi m3pi; + +Robot(mp3i mp3i); +~Robot(); + +} \ No newline at end of file