Librairie xbee.

Dependents:   NerfUS-Coord NerfUSTarget

Fork of APP3_xbee by Team APP

Revision:
8:b9c096965c00
Parent:
7:c65c4c98d237
Child:
9:04063c29ab43
Child:
10:612739c6d27d
--- a/test.h	Tue Feb 14 01:13:18 2017 +0000
+++ b/test.h	Tue Feb 14 02:38:18 2017 +0000
@@ -2,12 +2,13 @@
 #define TEST_HPP
 
 #include <vector>
+#include "xbee.h"
 
-bool vectors_are_equal(const std::vector<char> v1, const std::vector<char> v2);
+bool vectors_are_equal(const vector<char> v1, const vector<char> v2);
 
 void run_all_tests();
 void vectors_are_equal_test();
-std::vector<char> construct_vector(const char* content, int length);
+vector<char> construct_vector(const char* content, int length);
 void generate_transmit_request_test();
 void generate_led_high_command_test();
 void parse_receive_packet_test();
@@ -26,4 +27,4 @@
 void construct_vector_using_function_that_returns_int_test();
 void test_create_vector_by_copy_test();
 
-#endif
\ No newline at end of file
+#endif