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:
- 27:b80950a0e3e0
- Parent:
- 26:e758f3f75ac1
- Child:
- 28:1a9ba65b41a4
--- a/main.cpp Tue Sep 08 13:36:16 2020 +0000
+++ b/main.cpp Tue Sep 08 14:08:59 2020 +0000
@@ -1,6 +1,6 @@
#include "mbed.h"
- DigitalOut myled(LED3);
+ DigitalOut myled(D3);
int main() {
while(1) {