diff options
author | Stanley Huang <stanleyhuangyc@gmail.com> | 2016-06-10 09:18:55 +1000 |
---|---|---|
committer | Stanley Huang <stanleyhuangyc@gmail.com> | 2016-06-10 09:18:55 +1000 |
commit | 9f8ed04582513dbb93e058ae450d751079daf29f (patch) | |
tree | 6d4f2e8565d3a3d27145e2afded5a82d113c651d /tester/config.h | |
parent | 10e7bd32f37a0eb982163adfdf3ac6e06d42eaa7 (diff) | |
download | 2021-arduino-obd-9f8ed04582513dbb93e058ae450d751079daf29f.tar.gz 2021-arduino-obd-9f8ed04582513dbb93e058ae450d751079daf29f.tar.bz2 2021-arduino-obd-9f8ed04582513dbb93e058ae450d751079daf29f.zip |
Updated OBD-II tester sketch
Diffstat (limited to 'tester/config.h')
-rw-r--r-- | tester/config.h | 6 |
1 files changed, 4 insertions, 2 deletions
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 |