Add tinyfsm, start converting core functions to an FSM-based event loop

This commit is contained in:
jacqueline
2023-05-19 21:21:27 +10:00
parent b320a6a863
commit a6ab150405
68 changed files with 2961 additions and 356 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"name": "tinyfsm",
"description": "A simple C++ finite state machine library",
"version": "0.3.3",
"repository": {
"type": "git",
"url": "https://dev.tty0.ch/tinyfsm.git"
},
"homepage": "https://digint.ch/tinyfsm/",
"authors": {
"name": "Axel Burri",
"email": "axel@tty0.ch",
"url": "http://digint.ch",
"maintainer": true
},
"license": "MIT",
"platforms": "*",
"frameworks": "*",
"build": {
"flags": [
"-I include/"
]
}
}