Base library for various projects.

Dependents:   LEDFun NetTester

Base library for various projects.

Revision:
0:a2d01ba1a81b
Child:
1:a5f21c409f51
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/variables.h	Thu Aug 01 09:05:54 2013 +0000
@@ -0,0 +1,7 @@
+#ifndef VARIABLES_H
+#define VARIABLES_H
+
+extern int loading_loop;
+extern int loading_line;
+
+#endif
\ No newline at end of file