Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

修改两处小问题 #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/003-设备端开发与SDK/02-Arduino支持.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
针对嵌入式设备的blinker库,需配合arduino sdk使用。
Github:https://github.com/blinker-iot/blinker-library

[开发注意事项](?file=020-Q%26A及开发常见问题/02-开发注意事项 "Arduino支持")
[开发注意事项](https://diandeng.tech/doc/matters-need "Arduino支持")

## 硬件支持&依赖

Expand Down Expand Up @@ -721,7 +721,7 @@ String result_LAT = Blinker.gps(LAT);

#### Blinker.vibrate()

发送手机振动指令, 震动时间, 单位ms 毫秒, 数值范围0-1000, 默认为500
发送手机振动指令, 震动时间, 单位ms 毫秒, 数值范围0-1000, 默认为200

```

Expand Down
4 changes: 2 additions & 2 deletions docs/003-设备端开发与SDK/02-Arduino支持next.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
针对嵌入式设备的blinker库,需配合arduino sdk使用
Github:https://github.com/blinker-iot/blinker-library/tree/dev_4.0

[开发注意事项](?file=020-Q%26A及开发常见问题/02-开发注意事项 "Arduino支持")
[开发注意事项](https://diandeng.tech/doc/matters-need "Arduino支持")

## 硬件支持&依赖
**Arduino boards(Uno, Leonardo, Nano, Mini, Pro Mini, Pro Micro, zero, Due, Mega...)**
Expand Down Expand Up @@ -681,7 +681,7 @@ BUILTIN_SWITCH.attach(switch_callback);

#### Blinker.vibrate()

发送手机振动指令, 震动时间, 单位ms 毫秒, 数值范围0-1000, 默认为500
发送手机振动指令, 震动时间, 单位ms 毫秒, 数值范围0-1000, 默认为200

```

Expand Down