diff options
author | Stanley Huang <stanleyhuangyc@gmail.com> | 2014-06-06 13:06:38 +1000 |
---|---|---|
committer | Stanley Huang <stanleyhuangyc@gmail.com> | 2014-06-06 13:06:38 +1000 |
commit | 51058472536fadc2017cb69a6c636852311a8e5c (patch) | |
tree | f1dfdc4fe1cc74e73a47913fbb43ffcbcd87ced7 /megalogger/config.h | |
parent | 6adfa72ecd666e86c8aa14ae30b10a9f04dd8bb6 (diff) | |
download | 2021-arduino-obd-51058472536fadc2017cb69a6c636852311a8e5c.tar.gz 2021-arduino-obd-51058472536fadc2017cb69a6c636852311a8e5c.tar.bz2 2021-arduino-obd-51058472536fadc2017cb69a6c636852311a8e5c.zip |
Update configuration file
Diffstat (limited to 'megalogger/config.h')
-rw-r--r-- | megalogger/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/megalogger/config.h b/megalogger/config.h index ac6ad7f..40d8584 100644 --- a/megalogger/config.h +++ b/megalogger/config.h @@ -4,6 +4,8 @@ /************************************** * Choose model of OBD-II Adapter **************************************/ +// OBD_MODEL_I2C for I2C version +// OBD_MODEL_UART for UART version #define OBD_MODEL OBD_MODEL_I2C #define OBD_PROTOCOL 0 /* 0 for auto */ @@ -13,8 +15,6 @@ // enable(1)/disable(0) data logging (if SD card is present) #define ENABLE_DATA_LOG 1 -//#define SD_CS_PIN 4 // ethernet shield -//#define SD_CS_PIN 10 // SD breakout #define SD_CS_PIN SS /************************************** |