action recognizer with theremin

Dependencies:   mbed

Revision:
0:b9ac53c439ed
diff -r 000000000000 -r b9ac53c439ed lib.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/lib.h	Wed Sep 14 13:42:46 2011 +0000
@@ -0,0 +1,19 @@
+/*
+ *  lib.h
+ *  Theremi
+ *
+ *  Created by peccu on 11/09/12.
+ *  Copyright 2011 __MyCompanyName__. All rights reserved.
+ *
+ */
+
+#ifndef _INC_LIB
+#define _INC_LIB
+
+int sum(int *count, int size);
+int *pushCount(int *count,int size,int newcount);
+float average(int *data, int size);
+float variance(int *data, float average, int size);
+float variance(int *data, int size);
+
+#endif