LIGHT2

Dependencies:   FastPWM mbed

Committer:
Lightvalve
Date:
Thu Oct 06 07:18:55 2022 +0000
Revision:
262:a9507d8a4674
Parent:
0:51c43836c1d7
Ready to Move to Buyoun's Keil Studio (Pressure_f_cut_20)

Who changed what in which revision?

UserRevisionLine numberNew 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