From 2cfaf60d7fe2e2567992c23ca3ec76ab3ebd2d14 Mon Sep 17 00:00:00 2001 From: Matthew <2565361+mshafer1@users.noreply.github.com> Date: Sat, 27 Oct 2018 13:06:07 -0500 Subject: [PATCH] correcting grammar --- RCremoteTranslator.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RCremoteTranslator.ino b/RCremoteTranslator.ino index 6161147..172b58d 100644 --- a/RCremoteTranslator.ino +++ b/RCremoteTranslator.ino @@ -1,5 +1,5 @@ /* -This is code to take an RC remotes throttle and steering pulses, translate them to what a tank drive robot needs to do, and re-output in the same RC pulse format (compatible with the Spark motor controllers). +This is code to take an RC remote's throttle and steering pulses, translate them to what a tank drive robot needs to do, and re-output in the same RC pulse format (compatible with the Spark motor controllers). See Repo: https://github.com/Team6321/RCremoteTranslator */