Skip to content

Commit 974d218

Browse files
committed
Remove OBD-II examples, add link to new OBD2 library
1 parent acaa70f commit 974d218

File tree

5 files changed

+2
-226
lines changed

5 files changed

+2
-226
lines changed

.travis.yml

-4
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,10 @@ before_install:
2222
popd;
2323
fi
2424
- buildExampleSketch() { arduino --verbose-build --verify --board $BOARD $PWD/examples/$1/$1.ino; }
25-
- buildExampleOBDIISketch() { arduino --verbose-build --verify --board $BOARD $PWD/examples/OBDII/$1/$1.ino; }
2625
install:
2726
- mkdir -p $HOME/Arduino/libraries
2827
- ln -s $PWD $HOME/Arduino/libraries/CAN
2928
script:
3029
- buildExampleSketch CANReceiver
3130
- buildExampleSketch CANReceiverCallback
3231
- buildExampleSketch CANSender
33-
- buildExampleOBDIISketch EngineRPM
34-
- buildExampleOBDIISketch SupportedPIDs
35-
- buildExampleOBDIISketch VINReader

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ See [API.md](API.md).
6464

6565
See [examples](examples) folder.
6666

67+
For OBD-II examples, checkout the [arduino-OBD2](https://github.com/sandeepmistry/arduino-OBD2) library's [examples](https://github.com/sandeepmistry/arduino-OBD2/examples).
68+
6769
## License
6870

6971
This library is [licensed](LICENSE) under the [MIT Licence](http://en.wikipedia.org/wiki/MIT_License).

examples/OBDII/EngineRPM/EngineRPM.ino

-57
This file was deleted.

examples/OBDII/SupportedPIDs/SupportedPIDs.ino

-83
This file was deleted.

examples/OBDII/VINReader/VINReader.ino

-82
This file was deleted.

0 commit comments

Comments
 (0)