Dependencies:   mbed

Revision:
0:2fab16867d73
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/strings.h	Wed Nov 30 18:06:50 2011 +0000
@@ -0,0 +1,18 @@
+#ifndef STRINGS_H
+#define STRINGS_H
+
+
+#include "mbed.h"
+
+//background nocise values
+
+
+    
+
+
+
+
+//prototype for function
+char Strings();
+
+#endif