1 /* SPDX-License-Identifier: GPL-2.0 */
5 /* High level I2C actions */
6 int i2c_writereg(unsigned char theSlave
, unsigned char theReg
, unsigned char theValue
);
7 unsigned char i2c_readreg(unsigned char theSlave
, unsigned char theReg
);
12 void i2c_outbyte(unsigned char x
);
13 unsigned char i2c_inbyte(void);
15 void i2c_sendack(void);