PIR SENSOR HCSR501

Dependencies:   mbed

Revision:
0:820c81f96055
diff -r 000000000000 -r 820c81f96055 main.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Tue Dec 01 23:45:42 2015 +0000
@@ -0,0 +1,9 @@
+#include "mbed.h"
+#include "SensorPIR.h"
+ 
+int main() {
+    while(1)
+    {
+        GetPersonStatus(1);
+    }
+}