Demo to control 4 LEDs

Dependencies:   BSP_DISCO_F469NI mbed

Revision:
2:e6fc24fbd86c
Parent:
1:a6d179a9ffbb
--- a/Widgets/Widget.h	Tue Oct 31 14:39:54 2017 +0000
+++ b/Widgets/Widget.h	Tue Oct 31 14:46:28 2017 +0000
@@ -20,7 +20,6 @@
 
 #include "LCD_F469.h"
 #include "TS_F469.h"
-#include "WidgetTimer.h"
 
 class Widget
 {    
@@ -43,7 +42,6 @@
         
         static Display LCD;
         static TouchScreen TS;
-        static WidgetTimer timer;
         
     public:
         virtual ~Widget() = 0;