cc

Dependencies:   mbed

Fork of HelloWorld by Simon Ford

Files at this revision

API Documentation at this revision

Comitter:
pshabbaki3
Date:
Thu Mar 17 17:53:27 2016 +0000
Parent:
1:03c191369089
Commit message:
Hello

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Sun Jan 01 20:57:57 2012 +0000
+++ b/main.cpp	Thu Mar 17 17:53:27 2016 +0000
@@ -1,6 +1,6 @@
 #include "mbed.h"
 
-DigitalOut myled(LED1);
+DigitalOut myled(p22);
 
 int main() {
     while(1) {