Librairie xbee.

Dependents:   NerfUS-Coord NerfUSTarget

Fork of APP3_xbee by Team APP

Revision:
31:8f294520bdc3
Parent:
30:482607b8eac4
--- a/include/RealXbeeTransmitter.hpp	Sun Apr 09 21:21:47 2017 +0000
+++ b/include/RealXbeeTransmitter.hpp	Sun Apr 09 18:56:02 2017 -0400
@@ -9,7 +9,7 @@
     public:
         RealXbeeTransmitter();
         virtual void transmit(const std::vector<uint8_t>& bytes, int address[8]);
-        virtual void transmit(uint8_t bytes[4], int address[8]);
+        virtual void transmit(uint8_t bytes[4], int length, int address[8]);
         void init();
         void transmit_target_message();
     
@@ -26,4 +26,4 @@
         Mail<target_message, 30> target_messages_to_transmit;
 };
 
-#endif
\ No newline at end of file
+#endif