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: main.cpp
- Revision:
- 1:0ff1f9c3a891
- Parent:
- 0:b39e43e0f48a
- Child:
- 2:910bff356cd1
--- a/main.cpp Sat May 06 20:33:03 2017 +0000
+++ b/main.cpp Sat May 06 20:33:19 2017 +0000
@@ -2,6 +2,8 @@
DigitalOut myled(LED1);
+some changes for v2
+
int main() {
while(1) {
myled = 1;