# stateMachine **Repository Path**: juzhango/state-machine ## Basic Information - **Project Name**: stateMachine - **Description**: 嵌入式c状态机,按照UML状态图编写,状态使用动态创建。 - **Primary Language**: C - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-15 - **Last Updated**: 2025-04-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ```shell git clone https://gitee.com/juzhango/state-machine.git cd state-machine mkdir build cd build cmake .. make ./cdemo ```