Librairie xbee.

Dependents:   NerfUS-Coord NerfUSTarget

Fork of APP3_xbee by Team APP

Revision:
0:8f5379c94a69
Child:
3:37ea92feece2
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test.h	Sat Feb 11 20:47:45 2017 +0000
@@ -0,0 +1,14 @@
+#ifndef TEST_HPP
+#define TEST_HPP
+
+#include <vector>
+
+void assert_vector_equal(const std::vector<char> v1, const std::vector<char> v2);
+
+void run_all_tests();
+void assert_vector_equal_test();
+std::vector<char> construct_vector(const char* content);
+void generate_transmit_request_test();
+void parse_receive_packet_test();
+
+#endif
\ No newline at end of file