Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/runger1101001/smallrobots-statemachine
https://github.com/runger1101001/smallrobots-statemachine
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/runger1101001/smallrobots-statemachine
- Owner: runger1101001
- License: mit
- Created: 2024-02-10T02:20:02.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-04-28T18:10:21.000Z (9 months ago)
- Last Synced: 2024-11-09T12:13:04.815Z (2 months ago)
- Language: C++
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SmallRobots StateMachine Library
Arduino library implementing a simple state machine engine.
Define states and their transitions, and use the engine to run the state machine. It's simple to set up and simple to use.
## State machine paradigm