create and send the file to pc

Dependencies:   MCP23017 WattBob_TextLCD mbed

Fork of HelloWorld by Simon Ford

Revision:
2:47c808c02920
Parent:
0:fb6bbc10ffa0
Child:
3:6cc06b58870b
--- a/main.cpp	Sun Jan 01 20:57:57 2012 +0000
+++ b/main.cpp	Wed Feb 12 15:22:57 2014 +0000
@@ -1,6 +1,10 @@
 #include "mbed.h"
 
-DigitalOut myled(LED1);
+DigitalIn   1sIP(p5);
+DigitalIn   400msIP1(p6);
+DigitalIn   400msIP2(p7);
+AnalogIn    800msIP1(p8);
+AnalogIn    800msIP2(p9);
 
 int main() {
     while(1) {