1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
#include<Myro.h> #include<VideoStream.h> #include<iostream> int main(){ //connect(); //VideoStream vs(robot,VideoStream::COLOR); //vs.startStream(); std::cout << askQuestion("How are you today?"," good , Better, best, Awesome, Super") << std::endl; //vs.endStream(); //disconnect(); return 0; } |