cocoa_STM_ver_BIPOLAR

Dependencies:   mbed FastPWM

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers I2C_AS5510.h Source File

I2C_AS5510.h

00001 #ifndef _I2C_AS5510_H_
00002 #define _I2C_AS5510_H_
00003 
00004 #include "mbed.h"
00005 #include "setting.h"
00006 
00007 void look_for_hardware_i2c();
00008 void init_as5510(int i2c_address);
00009 int offset_comp(int i2c_address);
00010 void read_field(int i2c_address);
00011 
00012 #endif