8 lines
77 B
C
8 lines
77 B
C
|
#ifndef ROBOT_H
|
||
|
#define ROBOT_H
|
||
|
|
||
|
void RobotInit();
|
||
|
|
||
|
void RobotTask();
|
||
|
|
||
|
#endif
|