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.
Revision 1:42b1b06ed716, committed 2012-06-07
- Comitter:
- screamer
- Date:
- Thu Jun 07 12:14:57 2012 +0000
- Parent:
- 0:ea96942621d5
- Child:
- 3:f16745a202c2
- Commit message:
- changed LED1 to LED2
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Thu Jun 07 12:13:56 2012 +0000
+++ b/main.cpp Thu Jun 07 12:14:57 2012 +0000
@@ -1,6 +1,6 @@
#include "mbed.h"
-DigitalOut myled(LED1);
+DigitalOut myled(LED2);
int main() {
while(1) {
