Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
854b52fa
D
Docs
项目概览
OpenHarmony
/
Docs
大约 1 年 前同步成功
通知
159
Star
292
Fork
28
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
Docs
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
提交
854b52fa
编写于
3月 03, 2022
作者:
W
wusongqing
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
updated docs
Signed-off-by:
N
wusongqing
<
wusongqing@huawei.com
>
上级
8d5fb164
变更
6
隐藏空白更改
内联
并排
Showing
6 changed file
with
16 addition
and
13 deletion
+16
-13
en/device-dev/subsystems/Readme-EN.md
en/device-dev/subsystems/Readme-EN.md
+8
-5
en/device-dev/subsystems/subsys-dfx-hisysevent.md
en/device-dev/subsystems/subsys-dfx-hisysevent.md
+1
-1
en/device-dev/subsystems/subsys-sensor-demo.md
en/device-dev/subsystems/subsys-sensor-demo.md
+1
-1
en/device-dev/subsystems/subsys-sensor-guide.md
en/device-dev/subsystems/subsys-sensor-guide.md
+1
-1
en/device-dev/subsystems/subsys-sensor-overview.md
en/device-dev/subsystems/subsys-sensor-overview.md
+1
-1
en/device-dev/subsystems/subsys-sensor.md
en/device-dev/subsystems/subsys-sensor.md
+4
-4
未找到文件。
en/device-dev/subsystems/Readme-EN.md
浏览文件 @
854b52fa
...
...
@@ -3,6 +3,7 @@
-
[
Compilation and Building
](
subsys-build.md
)
-
[
Building Guidelines for Mini and Small Systems
](
subsys-build-mini-lite.md
)
-
[
Building Guidelines for Standard Systems
](
subsys-build-standard-large.md
)
-
[
Build System Coding Specifications and Best Practices
](
subsys-build-gn-coding-style-and-best-practice.md
)
-
[
Distributed Remote Startup
](
subsys-remote-start.md
)
-
[
Graphics
](
subsys-graphics.md
)
-
[
Graphics
](
subsys-graphics-overview.md
)
...
...
@@ -46,10 +47,10 @@
-
[
Lightweight Data Store
](
subsys-data-storage.md
)
-
[
Lightweight Data Store Overview
](
subsys-data-storage-overview.md
)
-
[
Lightweight Data Store Development
](
subsys-data-storage-guide.md
)
-
[
Sensor
s
](
subsys-sensor.md
)
-
[
Sensor
s
Overview
](
subsys-sensor-overview.md
)
-
[
Sensor
s
Usage Guidelines
](
subsys-sensor-guide.md
)
-
[
Sensor
s
Usage Example
](
subsys-sensor-demo.md
)
-
[
Sensor
](
subsys-sensor.md
)
-
[
Sensor Overview
](
subsys-sensor-overview.md
)
-
[
Sensor Usage Guidelines
](
subsys-sensor-guide.md
)
-
[
Sensor Usage Example
](
subsys-sensor-demo.md
)
-
[
USB
](
subsys-usbservice.md
)
-
[
[USB Overview
](
subsys-usbservice-overview.md
)
-
[
USB Usage Guidelines
](
subsys-usbservice-guide.md
)
...
...
@@ -80,7 +81,9 @@
-
[
DFX
](
subsys-dfx.md
)
-
[
DFX
](
subsys-dfx-overview.md
)
-
[
HiLog Development
](
subsys-dfx-hilog-rich.md
)
-
[
HiLog_Lite Development
](
subsys-dfx-hilog-lite.md
)
-
[
HiLog\_Lite Development
](
subsys-dfx-hilog-lite.md
)
-
[
HiTrace Development
](
subsys-dfx-hitrace.md
)
-
[
HiCollie Development
](
subsys-dfx-hicollie.md
)
-
[
HiSysEvent Development
](
subsys-dfx-hisysevent.md
)
-
[
HiSysEvent Logging Configuration
](
subsys-dfx-hisysevent-logging-config.md
)
-
[
HiSysEvent Logging
](
subsys-dfx-hisysevent-logging.md
)
...
...
en/device-dev/subsystems/subsys-dfx-hisysevent.md
浏览文件 @
854b52fa
#
D
HiSysEvent Development<a name="EN-US_TOPIC_0000001195021448"></a>
# HiSysEvent Development<a name="EN-US_TOPIC_0000001195021448"></a>
-
**[HiSysEvent Logging Configuration](subsys-dfx-hisysevent-logging-config.md)**
...
...
en/device-dev/subsystems/subsys-sensor-demo.md
浏览文件 @
854b52fa
# Sensor
s
Usage Example<a name="EN-US_TOPIC_0000001092792985"></a>
# Sensor Usage Example<a name="EN-US_TOPIC_0000001092792985"></a>
The following sample code uses the sensor whose
**sensorTypeId**
is
**0**
as an example. The code for other sensor types is similar.
...
...
en/device-dev/subsystems/subsys-sensor-guide.md
浏览文件 @
854b52fa
# Sensor
s
Usage Guidelines<a name="EN-US_TOPIC_0000001077367158"></a>
# Sensor Usage Guidelines<a name="EN-US_TOPIC_0000001077367158"></a>
The following steps use the sensor whose
**sensorTypeId**
is
**0**
as an example. The guidelines for other sensor types are similar.
...
...
en/device-dev/subsystems/subsys-sensor-overview.md
浏览文件 @
854b52fa
# Sensor
s
Overview<a name="EN-US_TOPIC_0000001092893507"></a>
# Sensor Overview<a name="EN-US_TOPIC_0000001092893507"></a>
## Introduction<a name="section667413271505"></a>
...
...
en/device-dev/subsystems/subsys-sensor.md
浏览文件 @
854b52fa
# Sensor
s
<a name="EN-US_TOPIC_0000001111039534"></a>
# Sensor<a name="EN-US_TOPIC_0000001111039534"></a>
-
**[Sensor
s
Overview](subsys-sensor-overview.md)**
-
**[Sensor Overview](subsys-sensor-overview.md)**
-
**[Sensor
s
Usage Guidelines](subsys-sensor-guide.md)**
-
**[Sensor Usage Guidelines](subsys-sensor-guide.md)**
-
**[Sensor
s
Usage Example](subsys-sensor-demo.md)**
-
**[Sensor Usage Example](subsys-sensor-demo.md)**
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录