Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: PAW_Sensor_HelloWorld
Revision 6:a58ad4e085af, committed 2014-11-19
- Comitter:
- matsu
- Date:
- Wed Nov 19 16:40:32 2014 +0000
- Parent:
- 5:eae61a2a67b0
- Commit message:
- Deleted a test line.
Changed in this revision
| paw.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/paw.h Sun Nov 09 11:43:48 2014 +0000 +++ b/paw.h Wed Nov 19 16:40:32 2014 +0000 @@ -44,9 +44,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;
PAW Sensor