just test

Dependencies:   mbed

Fork of Nucleo_blink_led by joseph chen

Files at this revision

API Documentation at this revision

Comitter:
ittraining
Date:
Thu May 05 02:37:33 2016 +0000
Parent:
3:f57d754b1814
Commit message:
joseph test;

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	Thu Nov 06 10:13:20 2014 +0000
+++ b/main.cpp	Thu May 05 02:37:33 2016 +0000
@@ -1,12 +1,12 @@
 #include "mbed.h"
 
-DigitalOut myled(LED1);
+DigitalOut myled(PA_5);
 
 int main() {
     while(1) {
         myled = 1; // LED is ON
-        wait(0.2); // 200 ms
+        wait(0.5); // 200 ms
         myled = 0; // LED is OFF
-        wait(1.0); // 1 sec
+        wait(0.5); // 1 sec
     }
 }
--- a/mbed.bld	Thu Nov 06 10:13:20 2014 +0000
+++ b/mbed.bld	Thu May 05 02:37:33 2016 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/031413cf7a89
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/aae6fcc7d9bb
\ No newline at end of file