Skip to content

Commit 625256b

Browse files
authored
Merge pull request #10 from hepingood/dev
docs: change the README
2 parents 28bdab6 + 5551c54 commit 625256b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project/raspberrypi4b/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ find_package(at24cxx REQUIRED)
9292
at24cxx (-p | --port)
9393
```
9494

95-
4. Run at24cxx read test, reg is the register address and it is hexadecimal.
95+
4. Run at24cxx read test.
9696

9797
```shell
9898
at24cxx (-t read | --test=read) [--type=<AT24C01 | AT24C02 | AT24C04 | AT24C08 | AT24C16 | AT24C32 | AT24C64 | AT24C128 | AT24C256>] [--addr=<0 | 1 | 2 | 3 | 4 | 5 | 6 | 7>]

project/stm32f407/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ We use '\n' to wrap lines.If your serial port assistant displays exceptions (e.g
5858
at24cxx (-p | --port)
5959
```
6060

61-
4. Run at24cxx read test, reg is the register address and it is hexadecimal.
61+
4. Run at24cxx read test.
6262

6363
```shell
6464
at24cxx (-t read | --test=read) [--type=<AT24C01 | AT24C02 | AT24C04 | AT24C08 | AT24C16 | AT24C32 | AT24C64 | AT24C128 | AT24C256>] [--addr=<0 | 1 | 2 | 3 | 4 | 5 | 6 | 7>]

0 commit comments

Comments
 (0)