EasyVR3_LED_Library
Diff: EasyVR.h
- Revision:
- 8:eea5cae84e5d
- Parent:
- 7:a080862cf9bd
- Child:
- 9:48b0f2d9c506
--- a/EasyVR.h Thu Oct 22 21:10:22 2015 +0000 +++ b/EasyVR.h Thu Oct 22 21:12:06 2015 +0000 @@ -2,8 +2,20 @@ #include "mbed.h" #include "protocol.h" -/** EasyVR +/** My HelloWorld class. * 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 {