Moved out test code to seperate directory

This commit is contained in:
Mike Long
2010-12-12 20:17:48 +01:00
parent 5def7f1fd3
commit 4fbd1e40fe
6 changed files with 0 additions and 202 deletions

10
src/test/embedded.h Normal file
View File

@@ -0,0 +1,10 @@
#ifndef EMBEDDED_CODE
#define EMBEDDED_CODE
void UI_init();
void UI_greet(char * name);
void UI_greet_multiple_times(char * name, int times);
#endif /* EMBEDDED_CODE */