Hiroaki Matsuda
/
PAW_Sensor_HelloWorld
This program is example of using PAW_Sensor Library.
Revision 2:484bbcb45daa, committed 2014-11-19
- Comitter:
- matsu
- Date:
- Wed Nov 19 16:40:41 2014 +0000
- Parent:
- 1:0ecf7a761340
- Commit message:
- Deleted a test line.
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 |
diff -r 0ecf7a761340 -r 484bbcb45daa PAW_Sensor.lib --- a/PAW_Sensor.lib Sun Nov 09 11:45:37 2014 +0000 +++ b/PAW_Sensor.lib Wed Nov 19 16:40:41 2014 +0000 @@ -1,1 +1,1 @@ -http://developer.mbed.org/users/matsu/code/PAW_Sensor/#eae61a2a67b0 +http://developer.mbed.org/users/matsu/code/PAW_Sensor/#a58ad4e085af
diff -r 0ecf7a761340 -r 484bbcb45daa main.cpp --- a/main.cpp Sun Nov 09 11:45:37 2014 +0000 +++ b/main.cpp Wed Nov 19 16:40:41 2014 +0000 @@ -8,9 +8,6 @@ PAW paw( p8, p9, p16, p17 ); paw_value g_value; -PAW paw_2( p10, p11, p18, p19 ); -paw_value g_value_2; - Ticker run;