mirror of
https://github.com/DashyFox/StackSport.git
synced 2025-06-28 13:19:41 +00:00
window clip variant
This commit is contained in:
@ -51,6 +51,7 @@ typedef struct CurrentInfo {
|
||||
CurrentMacro macro;
|
||||
} CurrentInfo;
|
||||
|
||||
void Robot_INIT();
|
||||
|
||||
void doShot(Shot*);
|
||||
void doShotForever(uint8_t number);
|
||||
@ -60,11 +61,13 @@ uint8_t prepareShot(uint8_t number);
|
||||
void startShooting();
|
||||
void stopShooting();
|
||||
|
||||
|
||||
int16_t map(int16_t x, int16_t in_min, int16_t in_max, int16_t out_min,
|
||||
int16_t out_max);
|
||||
|
||||
void setPos(uint8_t axial, uint8_t horizontal, uint8_t vertical);
|
||||
void setPosSingle(ServoMap servo, uint8_t value);
|
||||
void setPosDefault();
|
||||
void setPosDefaultSingle(ServoMap servo);
|
||||
|
||||
// 0 .. 100
|
||||
void setScrewkSpeed(uint8_t speed);
|
||||
|
Reference in New Issue
Block a user