From b80eb821c8d6993ea3e3613da238e3ab55469dc4 Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Wed, 8 Jun 2022 02:43:28 +0200 Subject: [PATCH] fixed a typo and formatting --- external_control/external_control.ino | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/external_control/external_control.ino b/external_control/external_control.ino index 21ed64d..b28c499 100644 --- a/external_control/external_control.ino +++ b/external_control/external_control.ino @@ -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"