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.
Fork of XbeeHomeAutomationFork by
Revision 1:ecbee6eb3020, committed 2013-11-26
- Comitter:
- mmujica6
- Date:
- Tue Nov 26 01:33:04 2013 +0000
- Parent:
- 0:c498b8bcfc46
- Child:
- 2:62271bcaa4a7
- Commit message:
- Added an LED
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue Nov 26 01:30:18 2013 +0000
+++ b/main.cpp Tue Nov 26 01:33:04 2013 +0000
@@ -1,7 +1,7 @@
#include "mbed.h"
DigitalOut myled(LED1);
-
+DigitalOut myled2(LED2);
int main() {
while(1) {
myled = 1;
