Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 408 Bytes

readme.rst

File metadata and controls

24 lines (17 loc) · 408 Bytes

libfsm

a tiny c++ library for writing maintainable finite state machines

Features

  • compound states
  • heap free mode of operation

Usage

See the example in examples/light_switch

Todo

  • improve documentation
    • structure