This program is example of using PAW_Sensor Library.

Dependencies:   PAW_Sensor mbed

Revision:
1:0ecf7a761340
Parent:
0:c64604ea2ca8
Child:
2:484bbcb45daa
diff -r c64604ea2ca8 -r 0ecf7a761340 main.cpp
--- a/main.cpp	Sun Nov 09 08:29:23 2014 +0000
+++ b/main.cpp	Sun Nov 09 11:45:37 2014 +0000
@@ -18,7 +18,7 @@
 {
     if( paw.process_paw() == STATE_1 )
     {
-        paw.print( &pc );   
+        paw.print( &pc, 0 );   
     }
 }