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.

14 lines
305 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"
bool AK9757W_Initialization(void);
bool AK9757W_Start_Stop(bool isStartStop);
#endif