Embedded software Assessment 2

Dependencies:   MCP23017 SDFileSystem USBDevice WattBob_TextLCD mbed

Revision:
5:99cf489dcae4
Parent:
4:4bb228d1f6c2
Child:
6:7c31aabc2533
diff -r 4bb228d1f6c2 -r 99cf489dcae4 Function.h
--- a/Function.h	Sat Feb 15 18:37:26 2014 +0000
+++ b/Function.h	Sat Feb 15 19:12:16 2014 +0000
@@ -18,6 +18,8 @@
 DigitalOut led2(LED2);
 DigitalOut led3(LED3);
 DigitalOut led4(LED4);
+
+InterruptIn FrequencyIn(p5);
 void Write_LCD(const char STR[],int8_t PY,int8_t PX,bool clr){
     if(clr)
         LCD.cls();