diff options
author | Loïc Collignon [IoT.bzh] <loic.collignon@iot.bzh> | 2017-03-20 10:24:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-20 10:24:37 +0100 |
commit | 0e037a2f0fac7801feaa6187b9c9bf785ffaf85f (patch) | |
tree | 0815be8a60363cb9508e1ed12e199224f4f0133e | |
parent | a3cbfc8490394437006dd8bedabfd336cf06fc74 (diff) | |
parent | f2e4d9a1504fa0a96d9d38b7eb49381962e785ce (diff) |
Merge pull request #1 from claneys/patch-1
README Typo
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,9 +1,9 @@ -#CAN Configuration Generator
+# CAN Configuration Generator
-##Abstract
+## Abstract
-This tool is used to generate a configuration source file for the Low Level CAN bus binding.
-This binding need a configuration provided as a C++ source file.
+This tool is used to generate a configuration source file for the [Low Level CAN bus binding](https://github.com/iotbzh/CAN_signaling).
+This binding needs a configuration provided as a C++ source file.
As long this binding is based on [OpenXC vi-firmware](https://github.com/openxc/vi-firmware), this generator use the JSON format from the [python generator](https://github.com/openxc/openxc-python).
The reference documentation of the JSON file can be found [here](https://github.com/openxc/vi-firmware/blob/master/docs/config/reference.rst).
@@ -99,4 +99,4 @@ This generator will follow OpenXC support status of the low level CAN signaling Copyright 2017 - iotbzh
-Licensed under the [Apache License 2.0](https://github.com/iotbzh/can-config-generator/blob/master/LICENSE)
\ No newline at end of file +Licensed under the [Apache License 2.0](https://github.com/iotbzh/can-config-generator/blob/master/LICENSE)
|