slaveputsi2c2.c
来自「Mplab C30编译器」· C语言 代码 · 共 16 行
C
16 行
#if defined(__PIC24F__)
#include <p24Fxxxx.h>
#endif
#include <i2c.h>
/**************************************************************************************
Function Prototype : unsigned int SlaveputsI2C2(unsigned char *wrptr)
Include : i2c.h
Description : This function is used to write out a data string to the I2C bus.
Arguments : wrptr - Character type pointer to data objects in RAM. The data
objects are written to the I2C device.
Return Value : This function returns
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?