This program is example of using PAW_Sensor Library.

Dependencies:   PAW_Sensor mbed

Files at this revision

API Documentation at this revision

Comitter:
matsu
Date:
Sun Nov 09 11:45:37 2014 +0000
Parent:
0:c64604ea2ca8
Child:
2:484bbcb45daa
Commit message:
Adapt to ID of print().

Changed in this revision

PAW_Sensor.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/PAW_Sensor.lib	Sun Nov 09 08:29:23 2014 +0000
+++ b/PAW_Sensor.lib	Sun Nov 09 11:45:37 2014 +0000
@@ -1,1 +1,1 @@
-http://developer.mbed.org/users/matsu/code/PAW_Sensor/#6a493f73860c
+http://developer.mbed.org/users/matsu/code/PAW_Sensor/#eae61a2a67b0
--- 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 );   
     }
 }