deplacement v6

Fork of Deplacement by Projet robot

Committer:
aure
Date:
Thu Jan 26 16:35:43 2017 +0000
Revision:
0:d6b2da5ef6cb
Child:
1:662d3c47637f
regarder une classe en cpp :)

Who changed what in which revision?

UserRevisionLine numberNew contents of line
aure 0:d6b2da5ef6cb 1 #include "m3pi.h"
aure 0:d6b2da5ef6cb 2
aure 0:d6b2da5ef6cb 3 class Deplacement
aure 0:d6b2da5ef6cb 4 {
aure 0:d6b2da5ef6cb 5 public:
aure 0:d6b2da5ef6cb 6 void toto();
aure 0:d6b2da5ef6cb 7
aure 0:d6b2da5ef6cb 8 };