The example program for mbed pin-compatible platforms

Dependencies:   mbed

Fork of mbed_blinky by Mbed

Files at this revision

API Documentation at this revision

Comitter:
jli94utk
Date:
Thu May 31 18:36:52 2018 +0000
Parent:
20:7c9e1ce926ec
Commit message:
Blink

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Mon Mar 05 00:46:55 2018 +0000
+++ b/main.cpp	Thu May 31 18:36:52 2018 +0000
@@ -1,6 +1,6 @@
 #include "mbed.h"
 
-DigitalOut myled(LED1);
+DigitalOut myled(P0_19);
 
 int main() {
     while(1) {