Brent Dekker / SRF08

Dependents:   DISCO-F746NG_LCDTS_demo Srf08Test

Files at this revision

API Documentation at this revision

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