mbed publishes real time up-to-date FTSE100 index data and posts it to a 7 segment multipurpose mbed breakout board

Dependencies:   EthernetNetIf dispBoB mbed

Revision:
2:0fa458722bc3
Parent:
1:10d951807d06
Child:
3:4ccc72cfec87
--- a/FTSE100.cpp	Wed Jul 06 12:24:53 2011 +0000
+++ b/FTSE100.cpp	Thu Jul 07 08:39:50 2011 +0000
@@ -20,6 +20,7 @@
     }
     printf("\r\nSetup OK\r\n");
     
+    db.init();                                          //initialise screen
     db.cls();
     
     HTTPText txt;                                       //instantiate HTTPStream object