fpp/compiler/tools/fpp-to-cpp/test/component/ActiveExternalStateMachines_S2.plantuml
Rob Bocchino 0893f45997 Revise code gen tests
Rename ActiveStateMachines to ActiveExternalStateMachines
2024-10-09 16:04:06 -07:00

17 lines
187 B
Plaintext

@startuml
[*] --> ON :/initLed()
state ON {
ON:Entry: turnLedOn()
}
state OFF {
OFF:Entry: turnLedOff()
}
ON --> OFF : RTI [g1()]/a1()
OFF --> ON : RTI [g2(e)]/a2(e)
@enduml