You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
488 B

/** \file ak9757w.h */
#if !defined(AK9757W_H__A67BB088_3F4F_4CEB_8E75_7951713E9C3C__INCLUDED_)
#define AK9757W_H__A67BB088_3F4F_4CEB_8E75_7951713E9C3C__INCLUDED_
#include "board_config.h"
#include "ak9757w_def.h"
#define AK9757W_CHIPID_READ_WAIT_TIME 100
bool AK9757W_Initialization(void);
bool AK9757_Get_SensorID(void);
bool AK9757_Set_Mode(AK9757W_MODE mode);
bool AK9757_Set_AD_OutputDataTyte(AK9757W_IR_ADC_INVERT type);
bool AK9757_Set_CTL1_9_Parameter(void);
#endif