添加文件1和文件2

This commit is contained in:
2025-11-27 20:08:38 +08:00
parent 5d4099938c
commit edc427c423
1675 changed files with 1068907 additions and 2830 deletions

23
PTZ/Core/Inc/Parameter.h Normal file
View File

@@ -0,0 +1,23 @@
#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