12.07.2015 Views

MPLAB® C18 C 编译器函数库

MPLAB® C18 C 编译器函数库

MPLAB® C18 C 编译器函数库

SHOW MORE
SHOW LESS
  • No tags were found...

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

软 件 外 设 函 数 库void sequential_read( void ){SWStartI2C();var = SWPutcI2C( 0xA0 ); // control byteSWAckI2C();var = SWPutcI2C( 0x00 ); // address to read fromSWAckI2C();SWRestartI2C();var = SWPutcI2C( 0xA1 );SWAckI2C();var = SWGetsI2C( rdptr, 9 );SWStopI2C();}void current_address( void ){SWStartI2C();SWPutcI2C( 0xA1 ); // control byteSWAckI2C();SWGetcI2C(); // word addressSWNotAckI2C();SWStopI2C();}void ack_poll( void ){SWStartI2C();var = SWPutcI2C( 0xA0 ); // control bytewhile( SWAckI2C() ){SWRestartI2C();var = SWPutcI2C(0xA0); // data}SWStopI2C();}© 2004 Microchip Technology Inc. DS51297C_CN 第 99 页

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!