IOP / Mbed 2 deprecated DigitalOut_HelloWorld_WIZwiki-W7500

Dependencies:   mbed

Fork of DigitalOut_HelloWorld_WIZwiki-W7500 by Lawrence Lee

Files at this revision

API Documentation at this revision

Comitter:
IOP
Date:
Wed Apr 19 02:08:36 2017 +0000
Parent:
12:3f5f5d8811e3
Commit message:
code update;

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Wed Feb 03 07:13:17 2016 +0000
+++ b/main.cpp	Wed Apr 19 02:08:36 2017 +0000
@@ -2,9 +2,9 @@
 
 #include "mbed.h"
 
-DigitalOut myled_R(LED_RED);     // LED_RED
-DigitalOut myled_G(LED_GREEN);   // LED_GREEN
-DigitalOut myled_B(LED_BLUE);    // LED_BLUE
+DigitalOut myled_R(LED1);   // LED_RED
+DigitalOut myled_G(LED2);   // LED_GREEN
+DigitalOut myled_B(LED3);   // LED_BLUE
 
 int main()
 {    
--- a/mbed.bld	Wed Feb 03 07:13:17 2016 +0000
+++ b/mbed.bld	Wed Apr 19 02:08:36 2017 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/6f327212ef96
\ No newline at end of file
+https://mbed.org/users/mbed_official/code/mbed/builds/97feb9bacc10
\ No newline at end of file