diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-06-20 14:43:28 +0000 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-06-20 14:43:28 +0000 |
commit | 0ac88a39962a3f723fcb5a07c4eb5c6d19e585f9 (patch) | |
tree | feaa1219ffb3a3d08ddda83da681d6f07738290c /docs/1-Architecture.md | |
parent | 0d0ba83070e7b6ea9f4e20cdcf855d886f901bc4 (diff) |
Review of documentation
Change-Id: I49763cc9264c0121db2950cfee56d69c66d0e4c7
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'docs/1-Architecture.md')
-rw-r--r-- | docs/1-Architecture.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/1-Architecture.md b/docs/1-Architecture.md index 50cf1f1e..c7cdff32 100644 --- a/docs/1-Architecture.md +++ b/docs/1-Architecture.md @@ -1,6 +1,6 @@ # AGL CAN binding architecture proposal -It's meant to generate from a JSON file describing CAN messages and diagnostic message \(OBD2 for now\), a cpp file to integrate with the project. +It's meant to generate, from a JSON file describing CAN messages and diagnostic message \(OBD2 for now\), a cpp file to integrate with the project. Once generated binding is built with it and result will be a widget file to install on an AGL target system. @@ -22,4 +22,4 @@ It will provides valuable access to the CAN bus by aggregate signals or providin ![Communication between CAN bindings and third applications](images/CAN_bindings_communication.png) -Last be not least, the low level binding can be shipped as binary only using OpenXC inspired [AGL low level CAN binding Generator](http://github.com/iotbzh/can-config-generator). +Last but not least, the low level binding can be shipped as binary only using OpenXC inspired [AGL low level CAN binding Generator](http://github.com/iotbzh/can-config-generator). |