同时安装keil和cubeide后cubeide编译出来的玩意一直无法运行。被迫用keil开发

Signed-off-by: kevin <kevin@lmve.net>
This commit is contained in:
2022-04-15 14:22:39 +08:00
parent 3347044f7f
commit 61a0c870de
232 changed files with 104290 additions and 1921 deletions
+18
View File
@@ -0,0 +1,18 @@
/*
* hread_interface.h
*
* Created on: 2022年4月15日
* Author: wuwen
*/
#ifndef HREAD_INTERFACE_H_
#define HREAD_INTERFACE_H_
#include "main.h"
extern I2C_HandleTypeDef hi2c1;
#define RUNLED(x) HAL_GPIO_WritePin(run_led_GPIO_Port, run_led_Pin, x)
#endif /* HREAD_INTERFACE_H_ */