This repository has been archived on 2026-04-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
hero/PTZ/Core/Inc/Parameter.h
2025-11-27 20:08:38 +08:00

23 lines
884 B
C

#ifndef __Parameter_H
#define __Parameter_H
#include "main.h"
#define PC_Go (Remote_RxData.Remote_Key_W)//?
#define PC_Back (Remote_RxData.Remote_Key_S)//?
#define PC_Left (Remote_RxData.Remote_Key_A)//?
#define PC_Right (Remote_RxData.Remote_Key_D)//?
#define PC_Spin (Remote_RxData.Remote_Mouse_RL)//??????
#define PC_Pitch (Remote_RxData.Remote_Mouse_DU)//??????
#define PC_Mouse_RLSensitivity 3.0f//???????
#define PC_Mouse_DUSensitivity 8.0f//???????
#define PC_FrictionWheel (Remote_RxData.Remote_KeyPush_Q)//???
#define PC_Fire (Remote_RxData.Remote_Mouse_KeyL)//??
#define PC_Ejection (Remote_RxData.Remote_Key_E)//??
#define PC_GyroScope (Remote_RxData.Remote_KeyPush_Ctrl)//???
#define PC_SpeedUp (Remote_RxData.Remote_Key_Shift)//??
#endif