Sungwoo Kim
/
HydraulicControlBoard_Learning
for learning
I2C_AS5510/I2C_AS5510.h@0:51c43836c1d7, 2019-08-14 (annotated)
- Committer:
- GiJeongKim
- Date:
- Wed Aug 14 08:13:36 2019 +0000
- Revision:
- 0:51c43836c1d7
cocoa;
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
GiJeongKim | 0:51c43836c1d7 | 1 | #ifndef _I2C_AS5510_H_ |
GiJeongKim | 0:51c43836c1d7 | 2 | #define _I2C_AS5510_H_ |
GiJeongKim | 0:51c43836c1d7 | 3 | |
GiJeongKim | 0:51c43836c1d7 | 4 | #include "mbed.h" |
GiJeongKim | 0:51c43836c1d7 | 5 | #include "setting.h" |
GiJeongKim | 0:51c43836c1d7 | 6 | |
GiJeongKim | 0:51c43836c1d7 | 7 | void look_for_hardware_i2c(); |
GiJeongKim | 0:51c43836c1d7 | 8 | void init_as5510(int i2c_address); |
GiJeongKim | 0:51c43836c1d7 | 9 | int offset_comp(int i2c_address); |
GiJeongKim | 0:51c43836c1d7 | 10 | void read_field(int i2c_address); |
GiJeongKim | 0:51c43836c1d7 | 11 | |
GiJeongKim | 0:51c43836c1d7 | 12 | #endif |