Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/runger1101001/smallrobots-statemachine


https://github.com/runger1101001/smallrobots-statemachine

Last synced: 6 days ago
JSON representation

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