We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b37eca8 commit f06f515Copy full SHA for f06f515
README.md
@@ -30,6 +30,11 @@ git clone [email protected]:UBTEDU/uKit-Explore-library.git
30
31
### Update
32
33
+#### V1.2.28-1 CHANGELOG:
34
+
35
+更新 `library.properties` 新增了 `depends` 依赖安装
36
+Update the `library.properties`, add a new key `depends`.
37
38
#### V1.2.25更新说明:
39
40
1. 修改批量设置舵机角度接口, 可以为每个舵机设置不同的时间.
library.properties
@@ -1,9 +1,10 @@
1
name=uKit Explore
2
-version=1.2.28
+version=1.2.28-1
3
author=jialong.kuang, UBTECH
4
maintainer=UBTECH <www.ubtrobot.com/cn/>
5
sentence= Use to drive all devices provided by UBTECH company.
6
paragraph=This library allows an Arduino board to control all devices provided by UBTECH company.
7
category=Device Control
8
url=http://www.ubtrobot.com/cn/
9
architectures=*
10
+depends=ArduinoJson (=6.19.5), IRremote (=3.9.0)
0 commit comments