"quad/doc/git@git.ece.iastate.edu:danc/MicroCART.git" did not exist on "22d6bce3efd8d8fb15aea44f86b165fa5d51252f"
Newer
Older
#include "Communications.h"
bool start()
{
return true;
}
bool stop()
{
return false;
}
bool connect()
{
return true;
}
bool disconnect()
{
return false;
}
bool sendMessage()
{
return true;
}
bool receiveMessage()
{
return false;
}