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.

求 eUSCI_B I2C 硬件中断读写程序例子



实现以下几个函数

I2C_Read(unsigned char Addr);

I2C_Write(unsigned char Addr,unsigned char Data);

中断实现.

原来提问的帖子:http://www.deyisupport.com/question_answer/microcontrollers/msp430/f/55/t/23209.aspx 有代码,但是没人回复.所以只好求一个例子.