Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
I2C_AS5510/I2C_AS5510.h
- Committer:
- GiJeongKim
- Date:
- 2019-08-14
- Revision:
- 0:51c43836c1d7
File content as of revision 0:51c43836c1d7:
#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