Library for setting up the Parallax X-Band Motion Detector.

Dependents:   Parallax_XBAND_Demo Motion_Detection_Parallax

Revision:
1:860badad8be9
Parent:
0:ff6dc90dff0b
diff -r ff6dc90dff0b -r 860badad8be9 xband.h
--- a/xband.h	Sun Mar 08 19:48:10 2015 +0000
+++ b/xband.h	Sun Mar 08 19:57:25 2015 +0000
@@ -14,7 +14,7 @@
     * @param pin_enable Enable pin. Connected to EN on xband.
     * @param pin_input Data pin. Connected to OUT on xband.
     */ 
-    xband(PinName pin_enable, PinName pin_inputA, PinName pin_inputB);
+    xband(PinName pin_enable, PinName pin_input);
     
     /**
     * Destructor