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
Diff: paw.h
- Revision:
- 5:eae61a2a67b0
- Parent:
- 4:ea00b3135f6e
- Child:
- 6:a58ad4e085af
diff -r ea00b3135f6e -r eae61a2a67b0 paw.h
--- a/paw.h Sun Nov 09 11:42:43 2014 +0000
+++ b/paw.h Sun Nov 09 11:43:48 2014 +0000
@@ -54,7 +54,7 @@
{
if( paw.process_paw() == STATE_1 )
{
- paw.print( &pc );
+ paw.print( &pc, 0 );
}
}
PAW Sensor