mirror of
https://github.com/DashyFox/StackSport.git
synced 2025-06-28 05:09:32 +00:00
fix rc debug and ir logic
This commit is contained in:
@ -24,6 +24,7 @@ typedef enum ServoMap{
|
||||
|
||||
typedef enum Mode {
|
||||
NoneMode, ShotMode, ProgramMode, MacroMode,
|
||||
DebugShot,
|
||||
} Mode;
|
||||
|
||||
typedef enum State{
|
||||
@ -85,6 +86,7 @@ uint8_t prepareMacro(uint8_t number);
|
||||
|
||||
void startShooting(uint32_t delayTime);
|
||||
void stopShooting();
|
||||
void pauseShooting();
|
||||
|
||||
long map(long x, long in_min, long in_max, long out_min, long out_max);
|
||||
|
||||
|
Reference in New Issue
Block a user