* ִ��START�������START�ź� * @i2c_info_p i2cģ����Ϣ */
| 104 | * @i2c_info_p i2cģ����Ϣ |
| 105 | */ |
| 106 | void i2c_cmd_start(ls1c_i2c_info_t *i2c_info_p) |
| 107 | { |
| 108 | i2c_cmd(i2c_info_p, LS1C_I2C_CMD_START); |
| 109 | return ; |
| 110 | } |
| 111 | |
| 112 | |
| 113 | /* |
no test coverage detected