Added MATLAB client support for WYPT command.

This commit is contained in:
Jason Watkins
2015-04-09 12:15:59 -07:00
parent 2e05f57baf
commit cfeb01fc02
3 changed files with 80 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ theTests = {{@openCloseTest, 'Open/Close Test', 0},...
{@DATATest,'DATA Test', 0},...
{@CTRLTest,'CTRL Test', 0},...
{@POSITest,'POSI Test', 0},...
{@sendWYPTTest,'WYPT Test', 0},...
{@pauseTest,'Pause Test', 0},...
{@struTest,'Struct Test', 0},...
{@setConnTest, 'setConn Test', 0}};