An Arduino library for reading OBD-II data from your car over CAN bus. Depends on the CAN library.
Please see the CAN library's compatible hardware.
Sketch
-> Include Library
-> Manage Libraries...
OBD2
into the search box.Install
button to install the library.cd ~/Documents/Arduino/libraries/
git clone https://github.com/sandeepmistry/arduino-OBD2 OBD2
See API.md.
See examples folder.
This library is licensed under the MIT Licence.