François .
/
testcanOK
can01.h
- Committer:
- bouguereau
- Date:
- 2011-08-24
- Revision:
- 0:d40cebe2b64e
File content as of revision 0:d40cebe2b64e:
#ifndef CAN01_H #define CAN01_H #include "mbed.h" #include "CAN.h" class tCan01 { private: public: void send() ; void Can1Recoit() ; void ConfigurerCan2Envoie(); }; #endif