From 22f5a2735a945fa4398207529b929a3d950d4cd3 Mon Sep 17 00:00:00 2001 From: anatolykopyl <33553182+anatolykopyl@users.noreply.github.com> Date: Fri, 31 May 2019 14:02:55 +0300 Subject: [PATCH] Update smartboard.ino --- smartboard.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smartboard.ino b/smartboard.ino index fee6e33..51a5f2b 100644 --- a/smartboard.ino +++ b/smartboard.ino @@ -18,7 +18,7 @@ int DOT = 15; int SENS = 10; -int WAIT = 500; //Time between updates +int WAIT = 1000; //Time between updates double CIRCUMF = 3.14 * 7; //Circumference of your wheel int dist = 0; int speedKMH = 0;