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: DISCO-F746NG_LCDTS_demo Srf08Test
Revision 4:a11bd4ea3c18, committed 2012-07-11
- Comitter:
- brentdekker
- Date:
- Wed Jul 11 08:11:34 2012 +0000
- Parent:
- 3:c43cd24ec7e7
- Commit message:
- Removed debug code
Changed in this revision
SRF08.cpp | Show annotated file Show diff for this revision Revisions of this file |
SRF08.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/SRF08.cpp Wed Jul 11 07:56:49 2012 +0000 +++ b/SRF08.cpp Wed Jul 11 08:11:34 2012 +0000 @@ -32,8 +32,7 @@ i2cMod(SDA, SCL), i2cAddress(i2cAddress), rangeTimeout(), - rangingBusy(false), - debugPC(USBTX, USBRX) { + rangingBusy(false) { }
--- a/SRF08.h Wed Jul 11 07:56:49 2012 +0000 +++ b/SRF08.h Wed Jul 11 08:11:34 2012 +0000 @@ -105,10 +105,6 @@ bool rangingBusy; void setRangingFinished(); - -private: - - Serial debugPC; }; #endif \ No newline at end of file