34 lines
715 B
C
34 lines
715 B
C
/*************************************************************************************************
|
|
**Filename: lis2dh.h
|
|
**Version :
|
|
**Author :
|
|
**Date :
|
|
**Description:
|
|
**
|
|
*************************************************************************************************/
|
|
#ifndef __LIS2D_H_
|
|
#define __LIS2D_H_
|
|
|
|
#include "ARMCM0.h"
|
|
#include "lis2dh12_reg.h"
|
|
|
|
#define LIS2DH_ADDRESS (LIS2DH12_I2C_ADD_H >> 1)
|
|
|
|
/*********************************************************************
|
|
* Global Function declared ('extern')
|
|
*/
|
|
void Lis2dh_Init(void);
|
|
void Lis2dh_Act_State_Judge(void);
|
|
|
|
#endif
|
|
|
|
/*************************************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|