From 9f8ed04582513dbb93e058ae450d751079daf29f Mon Sep 17 00:00:00 2001 From: Stanley Huang Date: Fri, 10 Jun 2016 09:18:55 +1000 Subject: Updated OBD-II tester sketch --- tester/config.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tester/config.h') diff --git a/tester/config.h b/tester/config.h index 5283f46..b87858a 100644 --- a/tester/config.h +++ b/tester/config.h @@ -13,7 +13,7 @@ * Accelerometer & Gyro **************************************/ //#define USE_MPU6050 1 -#define USE_MPU9150 1 +//#define USE_MPU9150 1 /************************************** * LCD module (uncomment only one) @@ -32,7 +32,9 @@ LCD_ILI9341 lcd; /* 2.2" ILI9341 based SPI TFT LCD */ * Data streaming options **************************************/ // enable(1)/disable(0) data streaming -#define ENABLE_DATA_OUT 1 +#define ENABLE_DATA_OUT 0 +#define ENABLE_DATA_LOG 1 +#define SD_CS_PIN 10 #define DELAY_AFTER_SENDING 10 -- cgit v1.2.3