Skip to content

Commit 120595d

Browse files
mysterywolfGuozhanxin
authored andcommitted
[RTduino][readme] correct grammar
1 parent b0c4aca commit 120595d

File tree

5 files changed

+5
-5
lines changed
  • bsp/stm32
    • stm32f072-st-nucleo/applications/arduino_pinout
    • stm32f103-blue-pill/applications/arduino_pinout
    • stm32f401-st-nucleo/applications/arduino_pinout
    • stm32f412-st-nucleo/applications/arduino_pinout
    • stm32f469-st-disco/applications/arduino_pinout

5 files changed

+5
-5
lines changed

bsp/stm32/stm32f072-st-nucleo/applications/arduino_pinout/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ This board complies with Arduino UNO pins layout. For more details, please take
5252

5353
> Notice:
5454
>
55-
> 1. Don't use a same hardware timer to drive PWM (analogRead) and servos at same time, because hardware timer can only generate a same frequency for 4 PWM channels. Otherwise, it could cause a failure when drive servos.
55+
> 1. Don't use a same hardware timer to drive PWM (analogRead) and servos at same time, because hardware timers can only generate a same frequency for 4 PWM channels. Otherwise, it could cause a failure when drive servos.
5656
5757
> References
5858
>

bsp/stm32/stm32f103-blue-pill/applications/arduino_pinout/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ For more information, please see [pins_arduino.c](pins_arduino.c) and [pins_ardu
6161

6262
> Notice:
6363
>
64-
> 1. Don't use a same hardware timer to drive PWM (analogRead) and servos at same time, because hardware timer can only generate a same frequency for 4 PWM channels. Otherwise, it could cause a failure when drive servos.
64+
> 1. Don't use a same hardware timer to drive PWM (analogRead) and servos at same time, because hardware timers can only generate a same frequency for 4 PWM channels. Otherwise, it could cause a failure when drive servos.
6565
6666
## 3 Communication
6767

bsp/stm32/stm32f401-st-nucleo/applications/arduino_pinout/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ This board complies with Arduino UNO pins layout. For more details, please take
5252

5353
> Notice:
5454
>
55-
> 1. Don't use a same hardware timer to drive PWM (analogRead) and servos at same time, because hardware timer can only generate a same frequency for 4 PWM channels. Otherwise, it could cause a failure when drive servos.
55+
> 1. Don't use a same hardware timer to drive PWM (analogRead) and servos at same time, because hardware timers can only generate a same frequency for 4 PWM channels. Otherwise, it could cause a failure when drive servos.
5656
5757
> References
5858
>

bsp/stm32/stm32f412-st-nucleo/applications/arduino_pinout/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ This board complies with Arduino UNO pins layout. For more details, please take
5555

5656
> Notice:
5757
>
58-
> 1. Don't use a same hardware timer to drive PWM (analogRead) and servos at same time, because hardware timer can only generate a same frequency for 4 PWM channels. Otherwise, it could cause a failure when drive servos.
58+
> 1. Don't use a same hardware timer to drive PWM (analogRead) and servos at same time, because hardware timers can only generate a same frequency for 4 PWM channels. Otherwise, it could cause a failure when drive servos.
5959
6060
> References
6161
>

bsp/stm32/stm32f469-st-disco/applications/arduino_pinout/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ This board complies with Arduino UNO pins layout. For more details, please take
5656

5757
> Notice:
5858
>
59-
> 1. Don't use a same hardware timer to drive PWM (analogRead) and servos at same time, because hardware timer can only generate a same frequency for 4 PWM channels. Otherwise, it could cause a failure when drive servos.
59+
> 1. Don't use a same hardware timer to drive PWM (analogRead) and servos at same time, because hardware timers can only generate a same frequency for 4 PWM channels. Otherwise, it could cause a failure when drive servos.
6060
6161
> References
6262
>

0 commit comments

Comments
 (0)