Librairie xbee.

Dependents:   NerfUS-Coord NerfUSTarget

Fork of APP3_xbee by Team APP

Revision:
7:c65c4c98d237
Parent:
6:b70f32a80d51
Child:
8:b9c096965c00
--- a/test.h	Mon Feb 13 19:13:50 2017 +0000
+++ b/test.h	Tue Feb 14 01:13:18 2017 +0000
@@ -7,7 +7,7 @@
 
 void run_all_tests();
 void vectors_are_equal_test();
-std::vector<char> construct_vector(const char* content);
+std::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();
@@ -23,4 +23,7 @@
 void parsed_frame_to_string_accelerometer_negative_values_test();
 void parsed_frame_to_string_unsupported_event_type_test();
 
+void construct_vector_using_function_that_returns_int_test();
+void test_create_vector_by_copy_test();
+
 #endif
\ No newline at end of file