lalallaa

Dependencies:   MMA8452 mbed

Revision:
1:6738a65b699f
Parent:
0:4a3d5d86258c
--- a/xbee_command.h	Tue Oct 03 01:13:51 2017 +0000
+++ b/xbee_command.h	Tue Oct 03 01:28:03 2017 +0000
@@ -43,6 +43,7 @@
 uint16_t FREQ_LECTURE_CAPTEURS = 0; 
 
 // Fonctions communication entre LPC1768 et XBee
+
 uint8_t build_AT_cmd_frame(uint8_t frame_id, uint16_t p_AT_cmd, uint8_t* p_value, uint8_t p_value_length, uint8_t* p_at_cmd_frame);
 uint8_t build_tx_request_frame(uint8_t* p_mac_address, uint16_t p_pan_id, uint8_t* p_tx_request_frame, uint8_t *data, uint8_t data_length);
 bool    send_frame_2xbee(uint8_t* frame, uint8_t frame_length);