fixed a typo and formatting

master
BodgeMaster 2022-06-08 02:43:28 +02:00
parent 5d69916682
commit b80eb821c8
1 changed files with 3 additions and 2 deletions

View File

@ -248,7 +248,7 @@ void getAndRunCommand(){
" lock the Arduino's state by running an infinite loop\n\r"
" L loop\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"
" m set mode\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"
" \"digitalWrite\"\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"
" t toggle pin state\n\r"
" usage: followed by two digit pin number\n\r"