add start of state machine

This commit is contained in:
Sem van der Hoeven
2023-10-28 17:47:45 +02:00
parent 37248ea771
commit 892ea7d725
4 changed files with 84 additions and 0 deletions

5
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,5 @@
{
"files.associations": {
"statemachine.h": "c"
}
}