1 Star 0 Fork 0

RT-Thread-Mirror/lsm303agr

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
st_lsm303agr_sensor_v1.h 582 Bytes
一键复制 编辑 原始数据 按行查看 历史
CYFS 提交于 2024-11-05 06:53 . [sensor_v1]lsm303agr pkg adapt sensor_v1
#ifndef SENSOR_ST_LSM303AGR_H__
#define SENSOR_ST_LSM303AGR_H__
#include <rtthread.h>
#include <rtdevice.h>
#if defined(RT_VERSION_CHECK)
#if (RTTHREAD_VERSION >= RT_VERSION_CHECK(5, 0, 2))
#define RT_SIZE_TYPE rt_ssize_t
#else
#define RT_SIZE_TYPE rt_size_t
#endif
#endif
#include "lsm303agr.h"
#define LSM303AGR_ACC_ADDR_DEFAULT (0x19)
#define LSM303AGR_MAG_ADDR_DEFAULT (0x1E)
int rt_hw_lsm303agr_acc_init(const char *name, struct rt_sensor_config *cfg);
int rt_hw_lsm303agr_mag_init(const char *name, struct rt_sensor_config *cfg);
#endif
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/RT-Thread-Mirror/lsm303agr.git
git@gitee.com:RT-Thread-Mirror/lsm303agr.git
RT-Thread-Mirror
lsm303agr
lsm303agr
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385