This repository has been archived on 2024-09-18. You can view files and clone it, but cannot push or open issues or pull requests.
sdp-scheduler/robot.h

16 lines
265 B
C

//
// Created by Владислав Остапов on 05.11.2022.
//
#ifndef SDP_SHEDULER_ROBOT_H
#define SDP_SHEDULER_ROBOT_H
#include "emulator.h"
extern bool robot1_offset_pos;
extern bool robot2_offset_pos;
void robot_main();
#endif //SDP_SHEDULER_ROBOT_H