mk: add proper files in makefile
[protos/imu.git] / i2c_helper.h
1
2 #ifndef _I2C_HELPER_H_
3 #define _I2C_HELPER_H_
4
5 uint8_t read_reg(uint8_t address_dev, uint8_t address_reg, uint8_t * value);
6 uint8_t read_reg_len(uint8_t address_dev, uint8_t address_reg, uint8_t * value, uint8_t len);
7
8 #endif // _I2C_HELPER_H_