From 0b992b02d4fee04a2515cd0ac8ec8fc9b6d98714 Mon Sep 17 00:00:00 2001 From: vany5921 <908744431@qq.com> Date: Mon, 13 Jan 2020 10:17:22 +0800 Subject: [PATCH] update accel --- docs/en/unit/accel.md | 2 +- docs/zh_CN/unit/accel.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/unit/accel.md b/docs/en/unit/accel.md index dbc35893..9cdd7ed6 100644 --- a/docs/en/unit/accel.md +++ b/docs/en/unit/accel.md @@ -8,7 +8,7 @@ ## Description -**ACCEL** is a motion sensor Unit. Integrated with ADXL 345, ACC is able to obtain 3- axis of Acceleration. ADXL 345 is a small, thin, ultralow power, 3-axis accelerometer with high resolution (13-bit) measurement at up to ±16 g. Digital output data is formatted as 16-bit twos complement and is accessible through either an SPI (3- or 4-wire) or I2C digital interface. In this Unit, we used I2C series interface. +**ACCEL** is a motion sensor Unit. Integrated with ADXL 345, ACC is able to obtain 3- axis of Acceleration. ADXL 345 is a small, thin, ultralow power, 3-axis accelerometer with high resolution (13-bit) measurement at up to ±16 g. Digital output data is formatted as 16-bit twos complement and is accessible through I2C digital interface. In this Unit, we used I2C series interface.
*What is an accelerometer?*
diff --git a/docs/zh_CN/unit/accel.md b/docs/zh_CN/unit/accel.md index d8cb4aa9..d467c0f3 100644 --- a/docs/zh_CN/unit/accel.md +++ b/docs/zh_CN/unit/accel.md @@ -8,7 +8,7 @@ ## 描述 -**ACCEL** 是一款运动数据传感器. 内部集成**ADXL345**三轴加速度计.可测量范围高达±16g(13位分辨率)的加速度数据.输出数据格式为16位二进制补码,可通过SPI(3线或4线)或I2C数字接口访问. 在该Unit中,采用了I2C通信接口. +**ACCEL** 是一款运动数据传感器. 内部集成**ADXL345**三轴加速度计.可测量范围高达±16g(13位分辨率)的加速度数据.输出数据格式为16位二进制补码,可通过I2C数字接口访问. 在该Unit中,采用了I2C通信接口.
*什么是加速度计?*