From: Christopher Peplin Date: Sat, 4 Jan 2014 03:34:41 +0000 (-0500) Subject: Add dependencies to README. X-Git-Tag: 5.0.2~273^2~53 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=af99c224668bdd1e952119cffc274a74b98b5d59;p=apps%2Fagl-service-can-low-level.git Add dependencies to README. --- diff --git a/README.mkd b/README.mkd index dd63ab8d..041eff4e 100644 --- a/README.mkd +++ b/README.mkd @@ -91,7 +91,7 @@ address, `0x7df`: } } -## Requests for other modes +### Requests for other modes If you want to do more besides PID requests on mode 0x1 and 0x22, there's a lower level API you can use. Here's how to make a mode 3 request to get DTCs. @@ -145,6 +145,13 @@ lower level API you can use. Here's how to make a mode 3 request to get DTCs. } } +## Dependencies + +This library requires 2 dependencies: + +* [isotp-c](https://github.com/openxc/isotp-c) +* [bitfield-c](https://github.com/openxc/bitfield-c) + ## Testing The library includes a test suite that uses the `check` C unit test library.