13 #ifndef __I2C_SOFTWARE_GPIO_H__ 14 #define __I2C_SOFTWARE_GPIO_H__ 22 int32_t
I2C_SW_Send(uint8_t u8Address, uint8_t* p8Data, uint32_t u32ByteSize);
23 int32_t
I2C_SW_Get(uint8_t u8Address, uint8_t* p8Data, uint32_t u32ByteSize);
int32_t I2C_SW_Open(uint32_t u32BusClock)
Prepare to start software I2C.
Mini51 series peripheral access layer header file. This file contains all the peripheral register's d...
int32_t I2C_SW_Get(uint8_t u8Address, uint8_t *p8Data, uint32_t u32ByteSize)
Read data.
int32_t I2C_SW_Send(uint8_t u8Address, uint8_t *p8Data, uint32_t u32ByteSize)
Send data.