From eb076e45127ca5a59e6b158cc6c252de9a22a6a9 Mon Sep 17 00:00:00 2001 From: Stanley Huang Date: Mon, 13 Feb 2017 23:33:49 +1100 Subject: Test sketch for Arduino UNO with LCD --- tester/config.h | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) (limited to 'tester/config.h') diff --git a/tester/config.h b/tester/config.h index b87858a..47c9471 100644 --- a/tester/config.h +++ b/tester/config.h @@ -6,15 +6,9 @@ **************************************/ // OBD_MODEL_I2C for I2C version // OBD_MODEL_UART for UART version -#define OBD_MODEL OBD_MODEL_I2C +#define OBD_MODEL OBD_MODEL_UART #define OBD_PROTOCOL PROTO_AUTO -/************************************** -* Accelerometer & Gyro -**************************************/ -//#define USE_MPU6050 1 -//#define USE_MPU9150 1 - /************************************** * LCD module (uncomment only one) **************************************/ @@ -28,12 +22,18 @@ LCD_ILI9341 lcd; /* 2.2" ILI9341 based SPI TFT LCD */ #define OBD_BENCHMARK_TIME 5 /* seconds */ #define MEMS_BENCHMARK_TIME 3 /* seconds */ +/************************************** +* Accelerometer & Gyro +**************************************/ +#define ACC_DATA_RATIO 172 +#define GYRO_DATA_RATIO 256 + /************************************** * Data streaming options **************************************/ // enable(1)/disable(0) data streaming #define ENABLE_DATA_OUT 0 -#define ENABLE_DATA_LOG 1 +#define ENABLE_DATA_LOG 0 #define SD_CS_PIN 10 #define DELAY_AFTER_SENDING 10 @@ -42,8 +42,6 @@ LCD_ILI9341 lcd; /* 2.2" ILI9341 based SPI TFT LCD */ #define USE_SOFTSERIAL 0 // followings define the format of data streaming, enable one of them only -// FORMAT_BIN is required by Freematics OBD iOS App -//#define STREAM_FORMAT FORMAT_BIN // FORMAT_CSV is for CSV based text output //#define STREAM_FORMAT FORMAT_CSV // FORMAT_LINE is for readable text output -- cgit v1.2.3