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
Diff: main.cpp
- Revision:
- 4:6db8e0babea7
- Parent:
- 3:b8556c89b389
- Child:
- 5:22d7fee2e26e
- Child:
- 7:38def1917030
--- a/main.cpp Fri Mar 06 14:50:09 2015 +0000 +++ b/main.cpp Fri Mar 06 15:18:14 2015 +0000 @@ -14,7 +14,7 @@ PwmOut motor_r (PTE29); //LED to test -DigitalOut myled(LED_RED); +DigitalOut led(LED_RED); void set_direction( int direction, float speed, float angle) {