Skip to content

Commit

Permalink
Example: BlinkUno Fix Puml syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
nhjschulz committed Feb 17, 2024
1 parent 301db9f commit 3f289b3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions examples/UnoBlink/doc/BlinkState.puml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ state OnState
state OffState

OnState -l-> OffState: one Second\npassed
OffState --> OnState: LED_ON Event
OffState --> OnState: Event\nLED_ON

[*] --> OnState
[*] -> OnState

@enduml

0 comments on commit 3f289b3

Please sign in to comment.