Librairie xbee.

Dependents:   NerfUS-Coord NerfUSTarget

Fork of APP3_xbee by Team APP

Revision:
25:64ea9e695a1f
Parent:
23:2b67589150d9
Child:
30:482607b8eac4
--- a/include/RealXbeeTransmitter.hpp	Wed Apr 05 21:09:32 2017 +0000
+++ b/include/RealXbeeTransmitter.hpp	Wed Apr 05 22:19:07 2017 +0000
@@ -11,7 +11,7 @@
         virtual void transmit(const std::vector<uint8_t>& bytes, int address[8]);
     
     private:
-        const static int message_size = 5;
+        const static int message_size = 4;
 };
 
 #endif
\ No newline at end of file