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:
- 6:a80519d6fdda
- Parent:
- 5:a03b579ee48d
- Child:
- 9:32e85f1fcd15
diff -r a03b579ee48d -r a80519d6fdda main.cpp
--- a/main.cpp Thu Feb 20 16:48:15 2014 +0000
+++ b/main.cpp Thu Feb 20 17:03:29 2014 +0000
@@ -1,7 +1,7 @@
#include "mbed.h"
int main() {
- DigitalOut gpo(PTB8);
+ DigitalOut gpo(D0);
DigitalOut led(LED_RED);
while (true) {