diff options
author | Stanley Huang <stanleyhuangyc@gmail.com> | 2015-05-17 23:22:15 +1000 |
---|---|---|
committer | Stanley Huang <stanleyhuangyc@gmail.com> | 2015-05-17 23:22:15 +1000 |
commit | f2dc57baf133cc2e15bc571c81ba0ddca88e9dbf (patch) | |
tree | 2d6ad6eaa7244a6cc7cc28674b73f3d6dbb37e15 /tester/config.h | |
parent | 63681f79006f34eec80cfbd687f1b3cdbf830b88 (diff) | |
download | 2021-arduino-obd-f2dc57baf133cc2e15bc571c81ba0ddca88e9dbf.tar.gz 2021-arduino-obd-f2dc57baf133cc2e15bc571c81ba0ddca88e9dbf.tar.bz2 2021-arduino-obd-f2dc57baf133cc2e15bc571c81ba0ddca88e9dbf.zip |
Awesome tester sketch for OBD-II Adapter
Diffstat (limited to 'tester/config.h')
-rw-r--r-- | tester/config.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tester/config.h b/tester/config.h index f8ff4f5..cb70095 100644 --- a/tester/config.h +++ b/tester/config.h @@ -22,6 +22,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 **************************************/ // enable(1)/disable(0) data streaming |