EasyVR3_LED_Library

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
 {