优化中,生成HEX文件
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
* gpio.h
|
||||
*
|
||||
* Created on: Oct 24, 2021
|
||||
* Author: wuwenfeng
|
||||
*/
|
||||
|
||||
#ifndef GPIO_H_
|
||||
#define GPIO_H_
|
||||
#include "main.h"
|
||||
void change_io_function(GPIO_TypeDef* GPIOx, uint16_t GPIO_Pin,char a);
|
||||
|
||||
#endif /* GPIO_H_ */
|
||||
Reference in New Issue
Block a user