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 liaison_Bluetooth ident_crac DISCO-F469NI_portrait
Diff: Asservissement/Asservissement.h
- Revision:
- 21:d137ec53c3a9
- Parent:
- 0:41cc45429aba
--- a/Asservissement/Asservissement.h Tue Jun 23 13:31:38 2020 +0000 +++ b/Asservissement/Asservissement.h Wed Jun 24 09:39:42 2020 +0000 @@ -1,8 +1,6 @@ #ifndef CRAC_ASSERVISSEMENT #define CRAC_ASSERVISSEMENT -#include "global.h" - void Send2Short(unsigned short id, unsigned short d1, unsigned short d2); void SendMsgCan(unsigned short id, unsigned char* data, int len); void SendCharCan(unsigned short id, unsigned char data);