updated for mbed-os 5.5

Fork of Task121 by Nicholas Outram

Revision:
8:31e49e1d9386
Parent:
7:bc61039bc0dc
Child:
9:5ac40ff61514
diff -r bc61039bc0dc -r 31e49e1d9386 main.cpp
--- a/main.cpp	Tue Sep 10 14:47:21 2019 +0100
+++ b/main.cpp	Tue Sep 10 14:17:44 2019 +0000
@@ -7,7 +7,7 @@
 
 //Create a DigitalOut “object” called myled
 //Pass constant D7 as a “parameter”
-DigitalOut myled(LED1);
+DigitalOut myled(D7);
 
 //The main function - all executable C / C++
 //applications have a main function. This is