Use gitbook to manage documentation
[apps/agl-service-can-low-level.git] / README.md
1 # Low level CAN signaling binder
2
3 Low level CAN bus binder, based upon OpenXC vi-firmware project.
4
5 Full document can be found under `docs` directory.
6 Note that your can use gitbook to serve documentation:
7 ```
8 mkdir build && cd build
9 cmake ..
10 make serve-docs
11 ```