This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TI_RTOS for msp 43x系统GPIO如何实现并口写入。



在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);

期待您的回复,谢谢.