Librairie xbee.

Dependents:   NerfUS-Coord NerfUSTarget

Fork of APP3_xbee by Team APP

Revision:
16:f4df01448b59
Parent:
14:cc65f603e659
Child:
21:441645a394c2
--- a/include/RealXbeeTransmitter.hpp	Wed Mar 29 17:00:14 2017 +0000
+++ b/include/RealXbeeTransmitter.hpp	Thu Mar 30 17:31:29 2017 +0000
@@ -1,8 +1,8 @@
 #ifndef REAL_XBEE_TRANSMITTER_HPP
 #define REAL_XBEE_TRANSMITTER_HPP
 
-#include <xbee.h>
-#include <XbeeTransmitterInterface.hpp>
+#include "xbee.h"
+#include "XbeeTransmitterInterface.hpp"
 
 class RealXbeeTransmitter : public XbeeTransmitterInterface
 {