Sungwoo Kim
/
HydraulicControlBoard_Rainbow_v1_2
rainbow
Diff: I2C_AS5510/I2C_AS5510.h
- Revision:
- 243:30896263bd8b
- Parent:
- 242:b235d67d25ba
- Child:
- 244:e9c5ec04e378
--- a/I2C_AS5510/I2C_AS5510.h Thu Apr 07 06:18:38 2022 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -#ifndef _I2C_AS5510_H_ -#define _I2C_AS5510_H_ - -#include "mbed.h" -#include "setting.h" - -void look_for_hardware_i2c(); -void init_as5510(int i2c_address); -int offset_comp(int i2c_address); -void read_field(int i2c_address); - -#endif