diff --git a/library.properties b/library.properties index 2a565cd..6dd5164 100644 --- a/library.properties +++ b/library.properties @@ -1,9 +1,9 @@ name=YA_FSM -version=1.0.3 +version=1.0.5 author=Tolentino Cotesta maintainer=Tolentino Cotesta sentence=Yet Another Finite State Machine -paragraph=The YA_FSM library implements a Petri net inspired state machine with defined states and transitions with callback functions. +paragraph=The YA_FSM library implements a Petri net inspired finite state machine with states, transitions and actions. FSM machine modelled with GRAPCET / SFC diagram can be simply translated to C++ code. State callback functions are also supported. category=Other url=https://github.com/cotestatnt/YA_FSM architectures=*