Skip to content

Commit

Permalink
[doc] Update chart to match current implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
dallmair committed Apr 1, 2024
1 parent 4b4aac1 commit a5fd7ad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/KNX TP1 Bus implementation.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,7 @@ flowchart TB
WAIT_50BT_FOR_NEXT_RX_OR_PENDING_TX_OR_IDLE --Falling edge captured--> INIT_RX_FOR_RECEIVING_NEW_TEL
WAIT_50BT_FOR_NEXT_RX_OR_PENDING_TX_OR_IDLE --Nothing to send--> IDLE
WAIT_50BT_FOR_NEXT_RX_OR_PENDING_TX_OR_IDLE --Something to send--> SEND_START_BIT
SEND_START_BIT --Collision on ACK or inner frame char--> INIT
SEND_START_BIT --Collision on first frame char--> INIT_RX_FOR_RECEIVING_NEW_TEL
SEND_START_BIT --Collision--> INIT_RX_FOR_RECEIVING_NEW_TEL
SEND_START_BIT --> SEND_BIT_0
SEND_BIT_0 --> SEND_BITS_OF_BYTE
SEND_BITS_OF_BYTE --More bits to send--> SEND_BITS_OF_BYTE
Expand Down

0 comments on commit a5fd7ad

Please sign in to comment.