From 9b54b5252bed6b77248a5f783b8c25c86a4ea95a Mon Sep 17 00:00:00 2001 From: Tolentino Cotesta Date: Sun, 18 Jul 2021 14:40:46 +0200 Subject: [PATCH] Update library.properties --- library.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.properties b/library.properties index 6dd5164..2cc0f94 100644 --- a/library.properties +++ b/library.properties @@ -3,7 +3,7 @@ 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 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. +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 easily translated to C++ code. State callback functions are also supported. category=Other url=https://github.com/cotestatnt/YA_FSM architectures=*