Class library for a L298 H-Bridge

Revision:
3:63766c836789
Parent:
2:5802cf5f739f
Child:
4:4985f6b7422b
--- a/L298HBridge.h	Tue Feb 14 13:07:08 2017 +0000
+++ b/L298HBridge.h	Tue Feb 14 13:09:00 2017 +0000
@@ -27,11 +27,11 @@
  
 #include "mbed.h"
  
-/** Class library for a HC-SR04 Distance Sensor based on PwmOut (Trig) and InterruptIn (Echo).
+/** Class library for a L298 H-Bridge.
  *
  * Example:
  * @code
- * #include "mbed.h"
+ *#include "mbed.h"
  *#include "L298HBridge.h"
  *
  *L298HBridge dcmotor(PA_5, PA_6, PA_10); //Create a L298HBridge object with enable pin on PA5, Fwd pin or PA6 and Rev pin on PA10