删除测温ADC,更改加热引脚与状态跟初始电平,优化屏幕显示函数,增加 用UFT8转GBK的Python脚本,测试有效,实际使用待完善
This commit is contained in:
@@ -57,8 +57,6 @@ void Error_Handler(void);
|
||||
/* USER CODE END EFP */
|
||||
|
||||
/* Private defines -----------------------------------------------------------*/
|
||||
#define HOT_Pin GPIO_PIN_1
|
||||
#define HOT_GPIO_Port GPIOA
|
||||
#define RUN_LED_Pin GPIO_PIN_12
|
||||
#define RUN_LED_GPIO_Port GPIOB
|
||||
#define ERR_LED_Pin GPIO_PIN_13
|
||||
@@ -71,6 +69,8 @@ void Error_Handler(void);
|
||||
#define HOT_KEY_GPIO_Port GPIOC
|
||||
#define TIME_KEY_Pin GPIO_PIN_9
|
||||
#define TIME_KEY_GPIO_Port GPIOC
|
||||
#define HOT_Pin GPIO_PIN_8
|
||||
#define HOT_GPIO_Port GPIOA
|
||||
|
||||
/* USER CODE BEGIN Private defines */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user