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: EasyVR.h
- Revision:
- 6:0466fc421822
- Parent:
- 5:2e0f2c318e15
- Child:
- 7:a080862cf9bd
--- a/EasyVR.h Thu Oct 22 21:05:19 2015 +0000
+++ b/EasyVR.h Thu Oct 22 21:09:29 2015 +0000
@@ -2,20 +2,9 @@
#include "mbed.h"
#include "protocol.h"
-/** EasyVR Lib For ECE 4180 LAB 4
+/** EasyVR
* Used for printing "Hello World" on USB serial.
*
- * Example:
- * @code
- * #include "mbed.h"
- * #include "HelloWorld.h"
- *
- * HelloWorld hw();
- *
- * int main() {
- * hw.printIt(2);
- * }
- * @endcode
*/
class EasyVR
{