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.
Dependencies: mbed
Motor/Motor.h@8:2b0c6a2aef4a, 2019-03-04 (annotated)
- Committer:
- Raygrou
- Date:
- Mon Mar 04 22:31:22 2019 +0000
- Revision:
- 8:2b0c6a2aef4a
- Parent:
- 6:4a772df7baba
- Child:
- 9:f7f8dd99b3d4
Versao Funcional
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| amaral99 | 0:44f2bd8f9b56 | 1 | //================================================================================ |
| amaral99 | 0:44f2bd8f9b56 | 2 | //========================== MOTORS CONTROL - MOTOR.H ========================== |
| amaral99 | 0:44f2bd8f9b56 | 3 | //================================================================================ |
| amaral99 | 0:44f2bd8f9b56 | 4 | |
| Raygrou | 6:4a772df7baba | 5 | void Motors_Setup (void); |
| Raygrou | 6:4a772df7baba | 6 | void Set_Left (void); |
| Raygrou | 6:4a772df7baba | 7 | void Set_Right (void); |
| Raygrou | 8:2b0c6a2aef4a | 8 | void Drive (float LeftSpeed, float RightSpeed); |