smartheim / wakaamaNode

lwM2M library based on Wakaama for PlattformIO/cmake with easy object API
https://openhab-nodes.github.io/wakaamaNode/
MIT License
27 stars 19 forks source link

C++ migration: Use proper C++ templates based state machine #16

Open davidgraeff opened 6 years ago

davidgraeff commented 6 years ago

Replace the current manually implemented state machine by a compile-time-static state machine library (https://github.com/digint/tinyfsm, MIT license)