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.
moteur.h
00001 /************************************************************************** 00002 * Prototype des fonctions utilisées en ER1 pour commander les moteurs 00003 ***************************************************************************/ 00004 00005 #ifndef MOTEUR_H 00006 #define MOTEUR_H 00007 00008 #include "mbed.h" 00009 #include "C12832.h" 00010 //déclarations prototypes 00011 void initVariateurs(void); 00012 //les commandes sont passées en % -100 à +100 00013 void commandeMoteurs(int moteurG, int moteurD); 00014 #endif
Generated on Mon Jul 18 2022 11:01:27 by
