mirror of
https://github.com/DashyFox/StackSport.git
synced 2025-06-28 13:19:41 +00:00
fix and update save funcs
This commit is contained in:
@ -57,6 +57,8 @@ void doShot(Shot*);
|
||||
void doShotForever(uint8_t number);
|
||||
|
||||
uint8_t prepareShot(uint8_t number);
|
||||
//uint8_t prepareProgramm(uint8_t number);
|
||||
//uint8_t prepareMacro(uint8_t number);
|
||||
|
||||
void startShooting();
|
||||
void stopShooting();
|
||||
@ -76,13 +78,4 @@ void setScrewkSpeed(uint8_t speed);
|
||||
//(-v) 0 .. 100(stop) .. 200(+v)
|
||||
void setRollersSpeed(uint8_t up, uint8_t down); //(-v) 0 . 100(stop) . 200(+v)
|
||||
|
||||
void startProgram(); // shot sequence
|
||||
void startMacro(); // shot sequence
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif /* INC_ROBOTFUNCTIONS_H_ */
|
||||
|
Reference in New Issue
Block a user