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@6:4a772df7baba, 2019-03-01 (annotated)
- Committer:
- Raygrou
- Date:
- Fri Mar 01 18:09:34 2019 +0000
- Revision:
- 6:4a772df7baba
- Parent:
- 5:667681629022
- Child:
- 8:2b0c6a2aef4a
Bugada, mas quase la
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 | 6:4a772df7baba | 8 | void Drive (float LeftSpeed, float RightSpeed); |
| Raygrou | 6:4a772df7baba | 9 | void Stop (void); |