uRTEDemo_03_Nucleo-F446RE_SystemStates_10_Model

PlantUML Diagram

State diagram

Properties

Base
The name of this object. Certain classes of objects require this field to be unique. Please consider that this field might be used in code and thus must not contain special characters.
Name
State diagram
The type of this object within the uRTE model
Type
PlantUML
A descriptive text for this object. Please consider that this field might be used in code and thus must not contain special characters.
Description

Shows the statemachine which shall be implemented

A user defined ID which can be freely chosen. Please consider that this field might be used in code and thus must not contain special characters.
User-ID
PlantUML_94
Each object within the uRTE model has a unique ID, this is the ID for this object
UID
_BHpo0OdKEeyMHMAOoLxcsQ
The object that contains this diagram
Parent
The code that created the PlantUML diagram
PlantUML code
@startuml

[*] --> Blink

Blink: The LED Blinks


Blink-> UART : Button is pressed
UART -> Blink: Button is released

UART : Send UART messages

@enduml