#ifndef ROBOT_H #define ROBOT_H #define GIMBAL_BOARD void RobotInit(); void RobotTask(); #endif