From f2dc57baf133cc2e15bc571c81ba0ddca88e9dbf Mon Sep 17 00:00:00 2001 From: Stanley Huang Date: Sun, 17 May 2015 23:22:15 +1000 Subject: Awesome tester sketch for OBD-II Adapter --- tester/config.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tester/config.h') diff --git a/tester/config.h b/tester/config.h index f8ff4f5..cb70095 100644 --- a/tester/config.h +++ b/tester/config.h @@ -21,6 +21,12 @@ LCD_ILI9341 lcd; /* 2.4" ILI9341 based SPI TFT LCD */ //LCD_Null lcd; +/************************************** +* Benchmark option +**************************************/ +#define OBD_BENCHMARK_TIME 5 /* seconds */ +#define MEMS_BENCHMARK_TIME 3 /* seconds */ + /************************************** * Data streaming options **************************************/ -- cgit v1.2.3