dd

Dependencies:   BufferedSerial FastAnalogIn FastPWM mbed SHT75

Revision:
1:5c42ec7f1aeb
Parent:
0:9bfc4aea91e2
--- a/commandt.h	Fri Feb 19 07:07:26 2016 +0000
+++ b/commandt.h	Mon Feb 22 06:03:11 2016 +0000
@@ -24,7 +24,8 @@
 	virtual ~command_t();
 private:
 	int count;
-	int data[10];
+	int data[30];
+	int time;
 
 	BufferedSerial* pc;
 	control_t *control;