pizzabox-teensy/lib/StateMachine-1.0.13b/library.properties
jpunkt 3bfe65f1f7 Interim commit (not working)
- Added state machine (work in progress)
- Added heartbeat blink (weird errors)
2021-12-22 21:13:07 +01:00

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