generated from hulk/gd32e23x_template
format
This commit is contained in:
@@ -22,16 +22,22 @@
|
||||
|
||||
/******************************************************************************/
|
||||
|
||||
void i2c_delay(void);
|
||||
void soft_i2c_delay(void);
|
||||
|
||||
void soft_i2c_config(void);
|
||||
|
||||
void soft_i2c_start(void);
|
||||
|
||||
void soft_i2c_stop(void);
|
||||
|
||||
void soft_i2c_send_ack(void);
|
||||
|
||||
void soft_i2c_send_nack(void);
|
||||
|
||||
uint8_t soft_i2c_wait_ack(void);
|
||||
|
||||
void soft_i2c_send_byte(uint8_t data);
|
||||
|
||||
uint8_t soft_i2c_receive_byte(uint8_t ack);
|
||||
|
||||
#endif //SOFT_I2C_H
|
||||
|
Reference in New Issue
Block a user