start sequence diagram

This commit is contained in:
Rémi Heredero 2023-08-28 17:36:03 +02:00
parent cd219510e2
commit 7d8f91f554
2 changed files with 16 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.idea

15
UML/can.puml Normal file
View File

@ -0,0 +1,15 @@
@startuml
participant interrupt as ISR
participant ecan as ecan
queue XF as xf
participant can_interface as can
[-\\ ISR ++ : can message
ISR -> ecan : read
ecan --> ISR : message
ISR -> xf --: POST XF
xf o-> can :
@enduml