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.
Dependencies: mbed
Revision 1:558bf026649c, committed 2017-03-15
- Comitter:
- EpicG10
- Date:
- Wed Mar 15 15:47:26 2017 +0000
- Parent:
- 0:e1e981676769
- Commit message:
- k
Changed in this revision
| distanceSensors.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/distanceSensors.cpp Thu Mar 09 21:15:35 2017 +0000
+++ b/distanceSensors.cpp Wed Mar 15 15:47:26 2017 +0000
@@ -18,7 +18,8 @@
this->sensorVoltage = sensorVoltage;
this->bit0 = bit0;
this->bit1 = bit1;
- this->bit2 = bit2;
+ this->bit2 = bit2;
+ this->number=number;
}