Base library for various projects.

Dependents:   LEDFun NetTester

Base library for various projects.

Committer:
Searle95
Date:
Thu Aug 01 09:05:54 2013 +0000
Revision:
0:a2d01ba1a81b
Child:
1:a5f21c409f51
Modified for use in this project.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Searle95 0:a2d01ba1a81b 1 #ifndef VARIABLES_H
Searle95 0:a2d01ba1a81b 2 #define VARIABLES_H
Searle95 0:a2d01ba1a81b 3
Searle95 0:a2d01ba1a81b 4 extern int loading_loop;
Searle95 0:a2d01ba1a81b 5 extern int loading_line;
Searle95 0:a2d01ba1a81b 6
Searle95 0:a2d01ba1a81b 7 #endif