Librairie xbee.

Dependents:   NerfUS-Coord NerfUSTarget

Fork of APP3_xbee by Team APP

Revision:
21:441645a394c2
Parent:
16:f4df01448b59
Child:
23:2b67589150d9
--- a/include/RealXbeeTransmitter.hpp	Thu Mar 30 18:11:29 2017 +0000
+++ b/include/RealXbeeTransmitter.hpp	Thu Mar 30 20:19:34 2017 +0000
@@ -8,7 +8,10 @@
 {
     public:
         RealXbeeTransmitter();
-        virtual void transmit(const std::vector<uint8_t>& bytes);  
+        virtual void transmit(const std::vector<uint8_t>& bytes);
+    
+    private:
+        const static int message_size = 5;
 };
 
 #endif
\ No newline at end of file