Skip to content

Commit 7589af4

Browse files
committed
docs: change the README
1 parent c37be7c commit 7589af4

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

project/raspberrypi4b/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -101,25 +101,25 @@ find_package(amg8833 REQUIRED)
101101
amg8833 (-t reg | --test=reg) [--addr=<0 | 1>]
102102
```
103103

104-
5. Run amg8833 read test, times means test times.
104+
5. Run amg8833 read test, num means test times.
105105

106106
```shell
107107
amg8833 (-t read | --test=read) [--addr=<0 | 1>] [--times=<num>]
108108
```
109109

110-
6. Run amg8833 interrupt test, times means test times, mode is the interrupt mode and it can be "ABS" and "DIFF", high is the interrupt high level, low is the interrupt low level and hysteresis is the hysteresis level.
110+
6. Run amg8833 interrupt test, num means test times, mode is the interrupt mode and it can be "ABS" and "DIFF", high is the interrupt high level, low is the interrupt low level and hysteresis is the hysteresis level.
111111

112112
```shell
113113
amg8833 (-t int | --test=int) [--addr=<0 | 1>] [--times=<num>] [--mode=<ABS | DIFF>] [--high-threshold=<high>] [--low-threshold=<low>] [--hysteresis-level=<hysteresis>]
114114
```
115115

116-
7. Run amg8833 read function, times means test times.
116+
7. Run amg8833 read function, num means test times.
117117

118118
```shell
119119
amg8833 (-e read | --example=read) [--addr=<0 | 1>] [--times=<num>]
120120
```
121121

122-
8. Run amg8833 interrupt function, times means test times, mode is the interrupt mode and it can be "ABS" and "DIFF", high is the interrupt high level, low is the interrupt low level and hysteresis is the hysteresis level.
122+
8. Run amg8833 interrupt function, num means test times, mode is the interrupt mode and it can be "ABS" and "DIFF", high is the interrupt high level, low is the interrupt low level and hysteresis is the hysteresis level.
123123

124124
```shell
125125
amg8833 (-e int | --example=int) [--addr=<0 | 1>] [--times=<num>] [--mode=<ABS | DIFF>] [--high-threshold=<high>] [--low-threshold=<low>] [--hysteresis-level=<hysteresis>]

project/stm32f407/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -66,25 +66,25 @@ We use '\n' to wrap lines.If your serial port assistant displays exceptions (e.g
6666
amg8833 (-t reg | --test=reg) [--addr=<0 | 1>]
6767
```
6868

69-
5. Run amg8833 read test, times means test times.
69+
5. Run amg8833 read test, num means test times.
7070

7171
```shell
7272
amg8833 (-t read | --test=read) [--addr=<0 | 1>] [--times=<num>]
7373
```
7474

75-
6. Run amg8833 interrupt test, times means test times, mode is the interrupt mode and it can be "ABS" and "DIFF", high is the interrupt high level, low is the interrupt low level and hysteresis is the hysteresis level.
75+
6. Run amg8833 interrupt test, num means test times, mode is the interrupt mode and it can be "ABS" and "DIFF", high is the interrupt high level, low is the interrupt low level and hysteresis is the hysteresis level.
7676

7777
```shell
7878
amg8833 (-t int | --test=int) [--addr=<0 | 1>] [--times=<num>] [--mode=<ABS | DIFF>] [--high-threshold=<high>] [--low-threshold=<low>] [--hysteresis-level=<hysteresis>]
7979
```
8080

81-
7. Run amg8833 read function, times means test times.
81+
7. Run amg8833 read function, num means test times.
8282

8383
```shell
8484
amg8833 (-e read | --example=read) [--addr=<0 | 1>] [--times=<num>]
8585
```
8686

87-
8. Run amg8833 interrupt function, times means test times, mode is the interrupt mode and it can be "ABS" and "DIFF", high is the interrupt high level, low is the interrupt low level and hysteresis is the hysteresis level.
87+
8. Run amg8833 interrupt function, num means test times, mode is the interrupt mode and it can be "ABS" and "DIFF", high is the interrupt high level, low is the interrupt low level and hysteresis is the hysteresis level.
8888

8989
```shell
9090
amg8833 (-e int | --example=int) [--addr=<0 | 1>] [--times=<num>] [--mode=<ABS | DIFF>] [--high-threshold=<high>] [--low-threshold=<low>] [--hysteresis-level=<hysteresis>]

0 commit comments

Comments
 (0)