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
+9
View File
@@ -0,0 +1,9 @@
License
=======
TinyFSM is [Open Source] software. It may be used for any purpose,
including commercial purposes, at absolutely no cost. It is
distributed under the terms of the [MIT license].
[Open Source]: http://www.opensource.org/docs/definition.html
[MIT license]: http://www.opensource.org/licenses/mit-license.html