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.
Revision 3:63766c836789, committed 2017-02-14
- Comitter:
- Armand
- Date:
- Tue Feb 14 13:09:00 2017 +0000
- Parent:
- 2:5802cf5f739f
- Child:
- 4:4985f6b7422b
- Commit message:
- completed
Changed in this revision
| L298HBridge.h | Show annotated file Show diff for this revision Revisions of this file |
--- 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