From 14c813b7ad51148c6fcc2a7e53f5bcabb1ac5cca Mon Sep 17 00:00:00 2001 From: Jin Yoon Date: Wed, 25 Oct 2017 22:32:40 +0900 Subject: [PATCH] Sensing time : 2.0 -> 5.0 --- src/controller.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controller.c b/src/controller.c index 59120a9..4b97485 100644 --- a/src/controller.c +++ b/src/controller.c @@ -36,7 +36,7 @@ /** * DO NOT EDIT: please don't edit the time interval. */ -#define SENSORING_TIME_INTERVAL 2.0f +#define SENSORING_TIME_INTERVAL 5.0f /** * TODO: You have to use the pin numbers below. -- 2.7.4