From 0ac88a39962a3f723fcb5a07c4eb5c6d19e585f9 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Tue, 20 Jun 2017 14:43:28 +0000 Subject: Review of documentation Change-Id: I49763cc9264c0121db2950cfee56d69c66d0e4c7 Signed-off-by: Romain Forlot --- docs/1-Architecture.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/1-Architecture.md') diff --git a/docs/1-Architecture.md b/docs/1-Architecture.md index 50cf1f1..c7cdff3 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). -- cgit 1.2.3-korg