This is a very simple guide, reviewing the steps required to get Blinky working on an mbed OS platform. by ST

Revision:
79:27b141bfc453
Parent:
29:0b58d21e87d6
--- a/main.cpp	Tue Oct 09 15:15:03 2018 +0100
+++ b/main.cpp	Thu Feb 06 07:10:20 2020 +0000
@@ -1,5 +1,5 @@
 #include "mbed.h"
-
+//stephen commit FW v001
 DigitalOut led1(LED1);
 
 // main() runs in its own thread in the OS