在GPIO.h文件中只有如下写操作,只能实现位写入,是否有其他写函数可是实现并口写入。
/*!
* @brief Writes the value to a GPIO pin
*
* @param index GPIO index
* @param value must be either 0 or 1
*/
extern void GPIO_write(unsigned int index, unsigned int value);
期待您的回复,谢谢.
在GPIO.h文件中只有如下写操作,只能实现位写入,是否有其他写函数可是实现并口写入。
/*!
* @brief Writes the value to a GPIO pin
*
* @param index GPIO index
* @param value must be either 0 or 1
*/
extern void GPIO_write(unsigned int index, unsigned int value);
期待您的回复,谢谢.