#pragma once #ifndef _GY49_H_ #define _GY49_H_ #include <SmingCore.h> void GY49_Init(void); uint32_t GY49_GetData(void); #endif /* _GY49_H_ */