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.
Diff: mover.cpp
- Revision:
- 6:8d7f6fe73ed1
- Parent:
- 2:3007b3c06d2c
diff -r 3007b3c06d2c -r 8d7f6fe73ed1 mover.cpp --- a/mover.cpp Tue Sep 11 01:27:25 2018 +0000 +++ b/mover.cpp Sat Nov 10 22:41:02 2018 +0000 @@ -10,8 +10,8 @@ PwmOut myServo4(PB_4); PwmOut myServo5(PB_10); PwmOut myServo6(PA_8); -PwmOut myServo7(PA_9); -PwmOut myServo8(PC_7); +PwmOut myServo7(PB_6); +PwmOut myServo8(PA_7);