Skip to content

Commit f508b5b

Browse files
committed
update readme。md
1 parent 23d5767 commit f508b5b

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

Arduino/README.md

+3-8
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,13 @@ M5Stack:
1818

1919
To start, please see `MycobotBasic.h` and `MycobotBasic.cpp`
2020

21-
## Update on 4th Feb
21+
## Update
2222

23-
Can only be used with AtomMain2.7 in myStudio1.0
23+
- Can only be used with AtomMain3.1 in myStudio2.2
2424
https://github.com/elephantrobotics/myStudio/releases
2525

26-
```cc
27-
setEncoder(servo_number, encoder) // can use to set gripper,servo_number should be 7, encoder should be 0-4096, but if you want use gripper, must get Gripper Value and set gripper init.
26+
- 本次更新修复了大多数角度控制函数的处理方式
2827

29-
getGripperValue() // return gripper encdoer value (from 0 to 4096)
30-
31-
setPWMOutput(pin_number, frequency,ratio) // pin_number should be 13/22/23/33, frequency should be 100-100000, ratio should be 0 to 256(128 means 50% pwm);
32-
```
3328

3429
# FAQ
3530

Software/roboFlow/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ Currently Windows 10 x86_64 supported.
66

77
**Notes - Pre Requirements**:
88

9-
> Make sure that `Atom2.3` is flashed into the top Atom <br> > `Transponder` is flashed into the base Basic <br>
10-
> The firmware `Atom2.3` and `Transponder` download address: [https://github.com/elephantrobotics/myCobot/releases/tag/1.0.0](https://github.com/elephantrobotics/myCobot/releases/tag/1.0.0)<br>
9+
> Make sure that `Atommain3.1` is flashed into the top Atom <br> > `Transponder` is flashed into the base Basic <br>
10+
> The firmware `Atommain3.1` and `Transponder` download address: [https://github.com/elephantrobotics/myCobot/releases/tag/1.0.0](https://github.com/elephantrobotics/myCobot/releases/tag/1.0.0)<br>
1111
1212
## Installation
1313

0 commit comments

Comments
 (0)