generated from hulk/gd32e23x_template_cmake_vscode
release:(1.0.1)添加涡流传感器温度标定方法和标定命令
This commit is contained in:
@@ -68,9 +68,9 @@ void usart1_irq_handler(void);
|
||||
|
||||
/******************************************************************************/
|
||||
|
||||
#define LED_RCU RCU_GPIOB
|
||||
#define LED_PORT GPIOB
|
||||
#define LED_PIN GPIO_PIN_1
|
||||
#define LED_RCU RCU_GPIOA
|
||||
#define LED_PORT GPIOA
|
||||
#define LED_PIN GPIO_PIN_7
|
||||
|
||||
/******************************************************************************/
|
||||
|
||||
|
||||
@@ -105,4 +105,8 @@ void eddy_current_report(void);
|
||||
|
||||
void temperature_raw_value_report(void);
|
||||
|
||||
void eddy_current_compensated_report(void);
|
||||
|
||||
void calibration_data_report(void);
|
||||
|
||||
#endif // COMMAND_H
|
||||
|
||||
Reference in New Issue
Block a user