I've been doing embedded development for a few years and I love our state machines, they're a pleasure to work with. Maybe yours just sucked.
enum { APP_START, APP_INIT, APP_DO_TASK_A, APP_DO .. APP_FREE, APP_QUIT }
I've been doing embedded development for a few years and I love our state machines, they're a pleasure to work with. Maybe yours just sucked.