mirror of
https://github.com/DashyFox/StackSport.git
synced 2025-06-27 20:59:36 +00:00
RobotFunctions
This commit is contained in:
@ -9,23 +9,26 @@
|
||||
#define INC_ROBOTFUNCTIONS_H_
|
||||
|
||||
#include "pca9685.h"
|
||||
#include "EEPROM.h"
|
||||
|
||||
|
||||
void doShot();
|
||||
void doShotForever();
|
||||
void doShot(Shot*);
|
||||
void doShotForever(uint8_t number);
|
||||
|
||||
void prepareShot();
|
||||
uint8_t prepareShot(uint8_t number);
|
||||
|
||||
void startShooting();
|
||||
void stopShooting();
|
||||
|
||||
void setPos();
|
||||
void setPosDefault();
|
||||
|
||||
// 0 .. 100
|
||||
void setShneckSpeed(uint8_t speed);
|
||||
void setScrewkSpeed(uint8_t speed);
|
||||
|
||||
|
||||
//(-v) 0 .. 100(stop) .. 200(+v)
|
||||
void setRollersSpeed(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
|
||||
|
Reference in New Issue
Block a user