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
tests_moteurs.h
- Committer:
- Pierr
- Date:
- 2019-02-23
- Revision:
- 2:977799d72329
- Parent:
- 1:0690cf83f060
File content as of revision 2:977799d72329:
#ifndef TESTS_MOTEURS_H
#define TESTS_MOTEURS_H
//fonctions de débug et de calibrage du robot
void test_ligne_droite(double distance, int vitesse, double angle_vise=0.00001);
void test_rotation_rel(double angle_vise, int vitesse, int nombre = 0);
void test_rotation_abs(double angle_vise, int vitesse, int nombre = 0);
#endif