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.cpp
- Committer:
- fab16
- Date:
- 2017-02-09
- Revision:
- 1:b3c45f39e86e
- Parent:
- 0:3cb651f7347b
- Child:
- 2:c17925c0ce25
File content as of revision 1:b3c45f39e86e:
#include "Robot.h"
Robot::Robot(){
obstacle = false;
// initialiser une liste daction
}
Robot::~Robot(){
// TODO fermer connexion bluetooth
}