![](/media/cache/profiles/3850b1a23fec9e1b958601a27109d0d5.50x50_q85.jpg)
Diff: can01.h
- Revision:
- 0:d40cebe2b64e
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/can01.h Wed Aug 24 09:45:21 2011 +0000 @@ -0,0 +1,19 @@ +#ifndef CAN01_H +#define CAN01_H + +#include "mbed.h" +#include "CAN.h" + +class tCan01 +{ + +private: + +public: + void send() ; + void Can1Recoit() ; + void ConfigurerCan2Envoie(); + +}; + +#endif \ No newline at end of file