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.
Dependencies: mbed X_NUCLEO_IHM02A1
commande_moteurs.h
- Committer:
- GuillaumeCH
- Date:
- 2019-04-17
- Revision:
- 2:5764f89a27f6
- Child:
- 3:1dba6eca01ad
File content as of revision 2:5764f89a27f6:
#ifndef TESTS_MOTEURS_H #define TESTS_MOTEURS_H //fonctions de débug et de calibrage du robot //void test_ligne_droite(long int distance, int vitesse); void test_rotation_rel(double angle_vise); void test_rotation_abs(double angle_vise); void ligne_droite(long int distance); void commande_vitesse(float vitesse_G, float vitesse_D); void vitesse_nulle_D(int zero); void vitesse_nulle_G(int zero); void reculer_un_peu(int distance); #endif