sandeepmistry / arduino-OBD2

An Arduino library for reading OBD-II data from your car over CAN bus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arduino OBD2

Build Status

An Arduino library for reading OBD-II data from your car over CAN bus. Depends on the CAN library.

Compatible Hardware

Please see the CAN library's compatible hardware.

Installation

Using the Arduino IDE Library Manager

  1. Choose Sketch -> Include Library -> Manage Libraries...
  2. Type OBD2 into the search box.
  3. Click the row to select the library.
  4. Click the Install button to install the library.

Using Git

cd ~/Documents/Arduino/libraries/
git clone https://github.com/sandeepmistry/arduino-OBD2 OBD2

API

See API.md.

Examples

See examples folder.

License

This library is licensed under the MIT Licence.

About

An Arduino library for reading OBD-II data from your car over CAN bus

License:MIT License


Languages

Language:C++ 100.0%