#include #include #include "MotorController.h" #include "MenuComponent.h" int main() { MotorController mtctrl; //MenuComponent com; //com.initmenu(); //com.select(); while (1) { std::this_thread::sleep_for(std::chrono::milliseconds(1)); } return 0; }