mirror of
https://github.com/DashyFox/StackSport.git
synced 2025-06-28 13:19:41 +00:00
programm works
This commit is contained in:
@ -36,14 +36,16 @@ typedef enum State{
|
||||
|
||||
typedef struct CurrentShot {
|
||||
uint8_t index;
|
||||
uint16_t currentRepeatCount;
|
||||
uint16_t currentBallCount;
|
||||
Shot shot;
|
||||
} CurrentShot;
|
||||
|
||||
typedef struct CurrentProgram {
|
||||
uint8_t index;
|
||||
Program program;
|
||||
uint8_t shot_index;
|
||||
CurrentShot currentShot;
|
||||
uint8_t programShotId;
|
||||
uint16_t currentBallCount;
|
||||
} CurrentProgram;
|
||||
|
||||
typedef struct CurrentMacro {
|
||||
@ -75,7 +77,7 @@ void BallEXT();
|
||||
void RobotTick();
|
||||
|
||||
uint8_t prepareShot(uint8_t number);
|
||||
//uint8_t prepareProgramm(uint8_t number);
|
||||
uint8_t prepareProgramm(uint8_t number);
|
||||
//uint8_t prepareMacro(uint8_t number);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user