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.
Diff: MMRanging/MMRanging.cpp
- Revision:
- 29:019ff388ed76
- Parent:
- 28:a830131560e8
- Child:
- 31:6f76f3d518ac
--- a/MMRanging/MMRanging.cpp Fri Nov 28 14:40:03 2014 +0000
+++ b/MMRanging/MMRanging.cpp Fri Nov 28 16:45:10 2014 +0000
@@ -8,7 +8,7 @@
event_i = 0;
counter = 0;
- dw.setInterrupt(true, true);
+ dw.setCallbacks(this, &MMRanging::callbackRX, &MMRanging::callbackTX);
dw.startRX();
}
