From 14a21e32513cafb1ce9f2b4583eaa74522b43359 Mon Sep 17 00:00:00 2001 From: feste Date: Sat, 7 Sep 2013 13:21:23 -0700 Subject: [PATCH] fix description --- phase3/phase3.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phase3/phase3.ino b/phase3/phase3.ino index 5356110..a2631b9 100644 --- a/phase3/phase3.ino +++ b/phase3/phase3.ino @@ -12,8 +12,8 @@ You should have received a copy of the GNU Affero General Public License along with this program. If not, see . */ -// This program implements table top challenge level 1 -- -// The robot stays on the table without falling off. +// This program implements table top challenge level ###?### -- +// The robot follows a flat vertical surface at a distance of a couple inches. // Set *debug* to 1 to enable debugging statements: int debug = 1; -- 2.30.2