做个笔录,最近项目使用了此款gsensor,实现了简单示例
硬件平台(RTL8762DK)
IDE:keil5.29
1、原理图
1、sc7a20.h
- /**
- *********************************************************************************************************
- * Copyright(c) 2018, Realtek Semiconductor Corporation. All rights reserved.
- *********************************************************************************************************
- * @file io_adc.h
- * @brief
- * @details
- * @author yuan
- * @date 2018-12-07
- * @version v1.0
- *********************************************************************************************************
- */
-
- #ifndef __SC7A20_H
- #define __SC7A20_H
-
- #ifdef __cplusplus
- extern "C" {