mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
66fb5a29bb
Apply the pre-commit hook whitespace fixes to all files in the repo. (Line endings, blank lines at end of file, trailing whitespace)
13 lines
291 B
Plaintext
13 lines
291 B
Plaintext
#Example of bit timing configuration for 500KBPS
|
|
|
|
packetdiag 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];
|
|
}
|