code pour recevoir des trames et mettre les char sur le port usb
Dependencies: mbed
Fork of APP4 by
Diff: trame.hpp
- Revision:
- 7:a6f58e5d1188
- Parent:
- 5:daf08fff7abb
--- a/trame.hpp Mon Apr 07 15:43:16 2014 +0000 +++ b/trame.hpp Wed Apr 09 19:16:59 2014 +0000 @@ -19,9 +19,6 @@ // Envoie une trame pour une commande AT void sendATCommand(const char* command, const char* data, int length); - // Envoie une trame pour une requete transmition - void sendTransmitRequest(const char* destination, const char* data, int length); - // Effectue le checksum d'un AT command unsigned char crc8(const char* data, int length);