This commit is contained in:
wn
2014-01-17 22:00:39 +01:00
commit 6f9d7c6f9f
18 changed files with 1080 additions and 0 deletions

7
test.cpp Normal file
View File

@ -0,0 +1,7 @@
#include <WString.h>
#include "test.h"
String TestCmd::exec(String params) {
return "Result of testCmd";
}