mirror of
https://github.com/DashyFox/StackSport.git
synced 2025-06-27 20:59:36 +00:00
fix rc debug and ir logic
This commit is contained in:
@ -45,4 +45,6 @@ enum IR_CMD_LIST {
|
||||
IR_ENGINE_DOWM_DEC = 17
|
||||
};
|
||||
|
||||
void IR_CMD_Clear();
|
||||
|
||||
#endif /* INC_IR_CMD_HANDLER_H_ */
|
||||
|
@ -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