The example program for mbed pin-compatible platforms

Dependencies:   mbed

Fork of mbed_blinky by Mbed

Revision:
21:d1bf97f68071
Parent:
4:81cea7a352b0
--- 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) {