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.
commande.h
00001 #ifndef DEF_COMMANDE 00002 #define DEF_COMMANDE 00003 00004 #include <string> 00005 00006 00007 class commande 00008 { 00009 public: 00010 //commande(); 00011 void avancer(char speed); 00012 void avance(char speed); 00013 void reculer(char speed); 00014 void recu(char speed); 00015 void tourner_droite(char speed); 00016 void tourner_gauche(char speed); 00017 void demi_tour(void); 00018 void stop(void); 00019 00020 private: 00021 char speed; 00022 00023 }; 00024 00025 #endif
Generated on Wed Jul 13 2022 19:52:49 by
1.7.2