OVMS3-idf/docs/_static/diagrams/can/can_bit_timing.diag
Darian Leung 1d2727f4c8 CAN Driver
The following commit contains the first version of the ESP32 CAN Driver.

closes #544
2018-07-04 14:01:57 +08:00

12 lines
294 B
Plaintext

#Example of bit timing configuration for 500KBPS
packetdiag can_bit_timing_diag{
node_width = 40
node_height = 35
default_fontsize = 15
colwidth = 20
0: "Sync" [color = lightgrey];
1-14: "Tseg1 = 15" [color = lightblue];
15-19: "Tseg2 = 4" [color = lightyellow];
}