From 08e718daba6eb3e94a520273414b9f48cf8dbfb3 Mon Sep 17 00:00:00 2001 From: Gab_S Date: Wed, 20 Nov 2019 23:52:58 +0000 Subject: [PATCH] Update 'Autodriving/motortest_first.ino' --- Autodriving/motortest_first.ino | 1 + 1 file changed, 1 insertion(+) diff --git a/Autodriving/motortest_first.ino b/Autodriving/motortest_first.ino index e87f469..c9e7a5d 100644 --- a/Autodriving/motortest_first.ino +++ b/Autodriving/motortest_first.ino @@ -29,6 +29,7 @@ float duration; //calculating speed of sound uses floats and multiplications we don't want to bog down // our already slow and weak cpu so i use a the variables bellow along with function millis() // to take measurments every half minute (still too often in my opinion) +// (also you can't get readings more often than 2 seconds from this sensor) unsigned long temp_startcnt; unsigned long temp_currcnt;