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