Initial commit

This commit is contained in:
2022-11-19 10:21:39 +03:00
commit 0dd1158b3d
7 changed files with 1034 additions and 0 deletions

12
robot.h Normal file
View File

@@ -0,0 +1,12 @@
//
// Created by Владислав Остапов on 05.11.2022.
//
#ifndef SDP_SHEDULER_ROBOT_H
#define SDP_SHEDULER_ROBOT_H
#include "emulator.h"
void robot_main();
#endif //SDP_SHEDULER_ROBOT_H