From a0f7cbc50d45450d09a3957287af84faadb523d6 Mon Sep 17 00:00:00 2001 From: vany5921 <908744431@qq.com> Date: Tue, 12 May 2020 16:34:22 +0800 Subject: [PATCH] add gps --- docs/en/uiflow/Modules.md | 40 +++++++++++++++++++++++++++++++++++- docs/zh_CN/uiflow/Modules.md | 37 +++++++++++++++++++++++++++++++++ 2 files changed, 76 insertions(+), 1 deletion(-) diff --git a/docs/en/uiflow/Modules.md b/docs/en/uiflow/Modules.md index e2b1e5f7..92e52836 100644 --- a/docs/en/uiflow/Modules.md +++ b/docs/en/uiflow/Modules.md @@ -296,4 +296,42 @@ read encoder button > display encoder status -> \ No newline at end of file +> + +# GPS + +#### Feature Introduction + +>Get GPS information + +> + +* __get time__ +Get local time + +* __get latitude__ +Get latitude + +* __get longitude__ +Get longitude + +* __get satellite num__ +Number of satellites acquired + +* __get positioning quality__ +Get positioning quality + +* __get speed__ +Obtain relative ground speed + +* __get course__ +Get geographic north pole location + +* __set time zone__ +Set local time zone + +#### Usage + +> Display GPS related information on the screen + +> \ No newline at end of file diff --git a/docs/zh_CN/uiflow/Modules.md b/docs/zh_CN/uiflow/Modules.md index 4e8d69a7..272b7fa3 100644 --- a/docs/zh_CN/uiflow/Modules.md +++ b/docs/zh_CN/uiflow/Modules.md @@ -303,3 +303,40 @@ Module的I2C地址 > +# GPS + +#### 功能说明 + +> 获取GPS信息 + +> + +* __get time__ +获取本地时间 + +* __get latitude__ +获取纬度 + +* __get longitude__ +获取经度 + +* __get satellite num__ +获取搜星数量 + +* __get positioning quality__ +获取定位精度 + +* __get speed__ +获取对地速度 + +* __get course__ +获取地理北极位置 + +* __set time zone__ +设置本地时区 + +#### 使用方法 + +> 在屏幕上显示GPS相关信息 + +> \ No newline at end of file