blob: f346327267ee41fc3a197b0b13c6115bd71faead (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Low level CAN signaling binder
Low level CAN bus binder, based upon OpenXC vi-firmware project.
Full document can be found under `docs` directory.
Note that your can use gitbook to serve documentation:
```
mkdir build && cd build
cmake ..
make serve-docs
```
|