updated for mbed-os 5.5

Fork of Task121 by Nicholas Outram

Revision:
4:612f8694a6e8
Parent:
1:a3b418536134
Child:
5:33c6692985fd
Child:
6:6aeae28837c4
diff -r 82771b5493b3 -r 612f8694a6e8 main.cpp
--- a/main.cpp	Thu Jul 13 10:24:48 2017 +0000
+++ b/main.cpp	Tue Sep 10 13:23:09 2019 +0000
@@ -5,7 +5,7 @@
 
 //Create a DigitalOut “object” called myled
 //Pass constant D7 as a “parameter”
-DigitalOut myled(D7);
+DigitalOut myled(LED1);
 
 //The main function - all executable C / C++
 //applications have a main function. This is