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:
- 4:b01a67ab40cf
- Parent:
- 3:3bf2936b8d9b
- Child:
- 5:bd414d8e483f
--- a/MDX20.cpp Sat Nov 19 11:10:48 2016 +0000 +++ b/MDX20.cpp Wed Nov 23 09:12:01 2016 +0000 @@ -149,6 +149,13 @@ return (ans); } +uint8_t MDX20::motorOff(void) +{ + uint8_t ans; + ans &= sendData("!MC0"); + return (ans); +} + uint8_t MDX20::userOriginInitial(void) { char buffer[100];