v7

Dependents:   robot_final

Robot.cpp

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

File content as of revision 0:3cb651f7347b:

#include "Robot.h"
#include "m3pi.h"

Robot::Robot(m3pi m3pi){
    obstacle = false;
    m3pi = m3pi;
}

Robot::~Robot(){
    /** TODO fermer connexion bluetooth **/
}