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 SerialHalfDuplex SDFileSystem DISCO-F469NI_portrait liaison_Bluetooth ident_crac
Diff: Asservissement/Asservissement.h
- Revision:
- 12:14729d584500
- Parent:
- 9:d0042422d95a
- Child:
- 28:acd18776ed2d
--- a/Asservissement/Asservissement.h Mon May 02 19:40:59 2016 +0000 +++ b/Asservissement/Asservissement.h Mon May 09 09:10:17 2016 +0000 @@ -51,4 +51,15 @@ void SetOdometrie (unsigned short canId, unsigned short x,unsigned short y,signed short theta); +/****************************************************************************************/ +/* FUNCTION NAME: setAsservissementEtat */ +/* DESCRIPTION : Activer ou désactiver l'asservissement */ +/****************************************************************************************/ +void setAsservissementEtat(unsigned char enable); + +/****************************************************************************************/ +/* FUNCTION NAME: SendSpeed */ +/* DESCRIPTION : Envoie un asservissement paramètre retournant à une vitesse */ +/****************************************************************************************/ +void SendSpeed (unsigned short vitesse, unsigned short acceleration); #endif \ No newline at end of file