Embedded software Assessment 2

Dependencies:   MCP23017 SDFileSystem USBDevice WattBob_TextLCD mbed

Revision:
1:9a3cfeca7ecd
Parent:
0:86bba6bf9b6f
Child:
4:4bb228d1f6c2
--- a/Function.h	Sat Feb 15 16:03:46 2014 +0000
+++ b/Function.h	Sat Feb 15 17:07:18 2014 +0000
@@ -5,6 +5,8 @@
 MCP23017 Port(p9,p10,0x40) ; // 16-bit parallel I/O object 
 WattBob_TextLCD LCD(&Port); // pointer to 2*16 chacater LCD object
 
+Timer TimeA;
+
 void Write_LCD(const char STR[],int8_t PY,int8_t PX,bool clr){
     if(clr)
         LCD.cls();