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: MDX20.cpp
- Revision:
- 7:54af1616e69e
- Parent:
- 6:b61356230acf
- Child:
- 8:e65e532d1933
--- a/MDX20.cpp Sun Nov 27 12:14:47 2016 +0000 +++ b/MDX20.cpp Mon Nov 28 12:04:59 2016 +0000 @@ -301,6 +301,8 @@ { uint8_t ans; ans &= sendData("!MC1;"); + ans &= sendData("^PR;"); + ans &= sendData("Z0,0,0"); return (ans); }