You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
#pragma once
#define VERSION_MAIN_ID 1
#define VERSION_SUB_ID 1
/***********************************************************************************************************************
* =======================================================DEBUG======================================================= * ***********************************************************************************************************************/ #define DEBUG_UART huart1 //直接使用指令串口作为调试串口
/***********************************************************************************************************************
* ******************************************************编码器******************************************************* * ***********************************************************************************************************************/ #define camera_encoder htim4
#define driven_encoder_gear htim8
|