fixed a typo and formatting
parent
5d69916682
commit
b80eb821c8
|
@ -248,7 +248,7 @@ void getAndRunCommand(){
|
||||||
" lock the Arduino's state by running an infinite loop\n\r"
|
" lock the Arduino's state by running an infinite loop\n\r"
|
||||||
" L loop\n\r"
|
" L loop\n\r"
|
||||||
" usage: followed by a 5 digit uint16_t number,\n\r"
|
" usage: followed by a 5 digit uint16_t number,\n\r"
|
||||||
" then one of the lowercas commands with arguments\n\r"
|
" then one of the lowercase commands with arguments\n\r"
|
||||||
" repeat the command given as an argument\n\r"
|
" repeat the command given as an argument\n\r"
|
||||||
" m set mode\n\r"
|
" m set mode\n\r"
|
||||||
" usage: followed by two digit pin number and o or i\n\r"
|
" usage: followed by two digit pin number and o or i\n\r"
|
||||||
|
@ -273,7 +273,8 @@ void getAndRunCommand(){
|
||||||
" sets pullup resistor for input pins\n\r"
|
" sets pullup resistor for input pins\n\r"
|
||||||
" \"digitalWrite\"\n\r"
|
" \"digitalWrite\"\n\r"
|
||||||
" p write pwm\n\r"
|
" p write pwm\n\r"
|
||||||
" usage: followed by two digit pin number and three digit value between 000 and 255\n\r"
|
" usage: followed by two digit pin number and three digit value\n\r"
|
||||||
|
" between 000 and 255\n\r"
|
||||||
" \"analogWrite\"\n\r"
|
" \"analogWrite\"\n\r"
|
||||||
" t toggle pin state\n\r"
|
" t toggle pin state\n\r"
|
||||||
" usage: followed by two digit pin number\n\r"
|
" usage: followed by two digit pin number\n\r"
|
||||||
|
|
Loading…
Reference in New Issue