13#ifndef IST8310DRIVER_H
14#define IST8310DRIVER_H
20#include "ist8310driver_middleware.h"
23#define IST8310_DATA_READY_BIT 2
25#define IST8310_NO_ERROR 0x00
26#define IST8310_NO_SENSOR 0x40
47extern uint8_t ist8310_init(
void);
73extern void ist8310_read_mag(fp32 mag[3]);
Definition ist8310driver.h:32