X-Git-Url: http://git.droids-corp.org/?p=protos%2Fimu.git;a=blobdiff_plain;f=i2c_helper.h;fp=i2c_helper.h;h=0000000000000000000000000000000000000000;hp=57f16df0c40d00dea36ccc3723806febc3fc840d;hb=2998e2d15b6098be4c272b187af9438d95b140cf;hpb=849b29b998a8cbc10cd1900d3e5dd1a8488b77f6 diff --git a/i2c_helper.h b/i2c_helper.h deleted file mode 100644 index 57f16df..0000000 --- a/i2c_helper.h +++ /dev/null @@ -1,8 +0,0 @@ - -#ifndef _I2C_HELPER_H_ -#define _I2C_HELPER_H_ - -uint8_t read_reg(uint8_t address_dev, uint8_t address_reg, uint8_t * value); -uint8_t read_reg_len(uint8_t address_dev, uint8_t address_reg, uint8_t * value, uint8_t len); - -#endif // _I2C_HELPER_H_