Librairie xbee.

Dependents:   NerfUS-Coord NerfUSTarget

Fork of APP3_xbee by Team APP

Revision:
14:cc65f603e659
Child:
16:f4df01448b59
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/include/RealXbeeTransmitter.hpp	Wed Mar 29 15:56:01 2017 +0000
@@ -0,0 +1,14 @@
+#ifndef REAL_XBEE_TRANSMITTER_HPP
+#define REAL_XBEE_TRANSMITTER_HPP
+
+#include <xbee.h>
+#include <XbeeTransmitterInterface.hpp>
+
+class RealXbeeTransmitter : public XbeeTransmitterInterface
+{
+    public:
+        RealXbeeTransmitter();
+        virtual void transmit(const std::vector<uint8_t>& bytes);  
+};
+
+#endif
\ No newline at end of file