Arduino ELM327 library: First draft

As promised in a previous post, I've committed a very (and I mean very) crude first draft of my take on a ELM327 library for arduino to GitHub.

It's largely inspired by the library I'm currently using, with a few exceptions:

  • Support for custom init strings to be added
  • Support for both HardwareSerial and SoftwareSerial for both the ELM327 port and the debug port
  • Some more stuff i'll add in the future that I can't think of right now

I'll keep adding code to the library over the next couple of weeks to make it into something functional.
Comments, Improvements and bug reports can be submitted to the library's GitHub issues page