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.
Fork of IEEE_14_Freescale by
Diff: remoteMotor.cpp
- Revision:
- 4:adc885f4ab75
- Parent:
- 1:c28fac16a109
- Child:
- 8:c23cd84befa2
diff -r a223b0bf8256 -r adc885f4ab75 remoteMotor.cpp --- a/remoteMotor.cpp Sun Nov 17 04:15:18 2013 +0000 +++ b/remoteMotor.cpp Sun Nov 17 21:04:47 2013 +0000 @@ -8,6 +8,8 @@ remoteA=APin; remoteB=BPin; + OutPWM.period_us(100); + brake(); reversed=0; }