diff options
author | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2013-12-30 15:25:32 -0500 |
---|---|---|
committer | Christopher Peplin <chris.peplin@rhubarbtech.com> | 2013-12-30 15:25:32 -0500 |
commit | 06f31c13df6aaf92124f10b8cb5eee96b75c4f73 (patch) | |
tree | f11bf819b17ae9de7399eb055160fb44dc64b04f /README.mkd |
Initial commit.
Diffstat (limited to 'README.mkd')
-rw-r--r-- | README.mkd | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/README.mkd b/README.mkd new file mode 100644 index 0000000..485f2cc --- /dev/null +++ b/README.mkd @@ -0,0 +1,20 @@ +OBD-II Support Library in C +============================= + +## API + +## Testing + +The library includes a test suite that uses the `check` C unit test library. + + $ make test + +## Authors + +Chris Peplin cpeplin@ford.com + +## License + +Copyright (c) 2013 Ford Motor Company + +Licensed under the BSD license. |