Librairie xbee.

Dependents:   NerfUS-Coord NerfUSTarget

Fork of APP3_xbee by Team APP

Revision:
11:d3811e37d89c
Parent:
9:04063c29ab43
Child:
12:78d0f5119d2e
--- a/xbee.h	Tue Feb 14 05:02:45 2017 +0000
+++ b/xbee.h	Tue Feb 14 09:25:25 2017 +0000
@@ -2,6 +2,7 @@
 #define XBEE_HPP
 
 #include <vector>
+#include <string>
 #include <cassert>
 #include "mbed.h"
 #include "rtos.h"
@@ -56,4 +57,8 @@
 
 vector<char> ingoing_value_to_vector(const ingoing_value_t& value);
 
+char hexa_char_to_dec(char hexa_char);
+vector<char> string_to_data(string pan_id);
+void set_pan_id(string pan_id);
+
 #endif
\ No newline at end of file