diff options
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. |