/******************************************************************************* * File Name : Lis3dhApp.h * Description : * Created on : 2021Äê5ÔÂ30ÈÕ * Author : www.hido-studio.com *******************************************************************************/ #ifndef FML_LIS3DHAPP_H_ #define FML_LIS3DHAPP_H_ /******************************************************************************* * Include Files * *******************************************************************************/ #include "HIDO_TypeDef.h" /******************************************************************************* * Macro * *******************************************************************************/ /******************************************************************************* * Type Definition * *******************************************************************************/ /******************************************************************************* * Global Function * *******************************************************************************/ /******************************************************************************* * Function Name : Lis3dhApp_ISR * Description : * Input : * Output : * Return : * Author : www.hido-studio.com * Modified Date: : 2021Äê5ÔÂ30ÈÕ *******************************************************************************/ HIDO_VOID Lis3dhApp_ISR(HIDO_UINT16 _u16Pin); /******************************************************************************* * Function Name : Lis3dhApp_ClearINT * Description : * Input : * Output : * Return : * Author : www.hido-studio.com * Modified Date: : 2021Äê5ÔÂ30ÈÕ *******************************************************************************/ HIDO_INT32 Lis3dhApp_ClearINT(HIDO_VOID); /******************************************************************************* * Function Name : Lis3dhApp_Init * Description : * Input : * Output : * Return : * Author : www.hido-studio.com * Modified Date: : 2021Äê5ÔÂ30ÈÕ *******************************************************************************/ HIDO_INT32 Lis3dhApp_Init(HIDO_VOID); /******************************************************************************* * Function Name : Lis3dhApp_GetMoveState * Description : * Input : * Output : * Return : * Author : www.hido-studio.com * Modified Date: : 2021Äê5ÔÂ30ÈÕ *******************************************************************************/ HIDO_UINT8 Lis3dhApp_GetMoveState(HIDO_VOID); /******************************************************************************* * Function Name : Lis3dhApp_ClearMoveState * Description : * Input : * Output : * Return : * Author : www.hido-studio.com * Modified Date: : 2021Äê5ÔÂ30ÈÕ *******************************************************************************/ HIDO_INT32 Lis3dhApp_ClearMoveState(HIDO_VOID); /******************************************************************************* * Function Name : Lis3dhApp_Init * Description : * Input : * Output : * Return : * Author : www.hido-studio.com * Modified Date: : 2021Äê5ÔÂ30ÈÕ *******************************************************************************/ HIDO_INT32 Lis3dhApp_Poll(HIDO_VOID); #endif /* FML_LIS3DHAPP_H_ */