Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Robot.h@0:3cb651f7347b, 2017-02-02 (annotated)
- Committer:
- fab16
- Date:
- Thu Feb 02 10:22:13 2017 +0000
- Revision:
- 0:3cb651f7347b
- Child:
- 1:b3c45f39e86e
Voila la classe Robot
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| fab16 | 0:3cb651f7347b | 1 | |
| fab16 | 0:3cb651f7347b | 2 | class Robot{ |
| fab16 | 0:3cb651f7347b | 3 | |
| fab16 | 0:3cb651f7347b | 4 | private bool obstacle; |
| fab16 | 0:3cb651f7347b | 5 | private m3pi m3pi; |
| fab16 | 0:3cb651f7347b | 6 | |
| fab16 | 0:3cb651f7347b | 7 | Robot(mp3i mp3i); |
| fab16 | 0:3cb651f7347b | 8 | ~Robot(); |
| fab16 | 0:3cb651f7347b | 9 | |
| fab16 | 0:3cb651f7347b | 10 | } |