diff options
author | Stanley Huang <stanleyhuangyc@gmail.com> | 2019-06-27 17:08:05 +1000 |
---|---|---|
committer | Stanley Huang <stanleyhuangyc@gmail.com> | 2019-06-27 17:08:05 +1000 |
commit | 1072457ae84fdba46e731ec71b4d6eb52154e64b (patch) | |
tree | 33258c0799d1bbde924b40270fbdb1c780580880 /nanotimer/nanotimer.ino | |
parent | 26b42d6df6622198c2f3e6c76b6880aa3688c6a1 (diff) | |
download | 2021-arduino-obd-1072457ae84fdba46e731ec71b4d6eb52154e64b.tar.gz 2021-arduino-obd-1072457ae84fdba46e731ec71b4d6eb52154e64b.tar.bz2 2021-arduino-obd-1072457ae84fdba46e731ec71b4d6eb52154e64b.zip |
Update
Diffstat (limited to 'nanotimer/nanotimer.ino')
-rw-r--r-- | nanotimer/nanotimer.ino | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nanotimer/nanotimer.ino b/nanotimer/nanotimer.ino index b4a1013..2a3c294 100644 --- a/nanotimer/nanotimer.ino +++ b/nanotimer/nanotimer.ino @@ -10,7 +10,7 @@ #include <SPI.h> #include <SD.h> #include <MicroLCD.h> -#include <OBD.h> +#include <OBD2UART.h> #include "config.h" #if USE_SOFTSERIAL #include <SoftwareSerial.h> |