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.
motors.h
- Committer:
- Nanaud
- Date:
- 2020-07-21
- Revision:
- 5:34ed652f8c31
- Parent:
- 3:3ba377aafdfd
- Child:
- 10:0714feaaaee1
File content as of revision 5:34ed652f8c31:
// Nom du fichier : motors.h // Prototypes void drv_init(); void mot_en(); void mot_dis(); void motGauche_fwd(); void motDroite_fwd(); void motGauche_bck(); void motDroite_bck(); void test_drv(); void testAngle(int cmdAngle); double mot_acc(double vit,double distanceParcourue, double distAfaire); double mot_dec(double vit,double distanceParcourue, double distAfaire);