Class library for a L298 H-Bridge

Revision:
4:4985f6b7422b
Parent:
3:63766c836789
Child:
5:3d35442056b6
--- a/L298HBridge.h	Tue Feb 14 13:09:00 2017 +0000
+++ b/L298HBridge.h	Tue Feb 14 13:10:12 2017 +0000
@@ -31,10 +31,10 @@
  *
  * Example:
  * @code
- *#include "mbed.h"
- *#include "L298HBridge.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
+ * 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
  *
  * int main() 
  * {