mode test

This commit is contained in:
shrkey
2016-10-09 20:40:11 +01:00
parent f61e65ed80
commit 3f682595b9
3 changed files with 46 additions and 14 deletions

View File

@@ -27,10 +27,6 @@ int main()
DW640 dw;
dw.initialize();
if(dw.testConnection()) {
printf("OK %4.f ", 2000);
} else {
printf("Not Ok %4.f ", 1000);
}
}
}