summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Peplin <chris.peplin@rhubarbtech.com>2014-01-03 22:34:41 -0500
committerChristopher Peplin <chris.peplin@rhubarbtech.com>2014-01-03 22:34:41 -0500
commitaf99c224668bdd1e952119cffc274a74b98b5d59 (patch)
tree72184850c964bd50495bf9b09b2fc8ce7eda61a0
parentc670ab64a078ed882fbf3647334f370bae1e8cf3 (diff)
Add dependencies to README.
-rw-r--r--README.mkd9
1 files changed, 8 insertions, 1 deletions
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.