3bfe65f1f7
- Added state machine (work in progress) - Added heartbeat blink (weird errors)
11 lines
550 B
INI
11 lines
550 B
INI
name=StateMachine
|
|
category=Device Control
|
|
version=1.0.13
|
|
author=Jose Rullan <jerullan@yahoo.com>
|
|
maintainer=Jose Rullan <jerullan@yahoo.com>
|
|
sentence="A simple state machine implementation."
|
|
url=http://github.com/jrullan/StateMachine
|
|
paragraph=A state machine is implemented by defining state logic as a function in your sketch. Transitions are implemented as functions returning a boolean value and a next state number. Requires LinkedList library https://github.com/ivanseidel/LinkedList.
|
|
architectures=*
|
|
includes=StateMachine.h
|
|
depends=LinkedList
|