Talk:Event-driven finite-state machine: Difference between revisions

Content deleted Content added
Line 14:
==Bug in program==
There's a bug in this program as state_init == state_red, but there's separate STATE_INIT and STATE_RED states, so red will initially be on for 60 secs, not 30. [[User:Genjix|Genjix]] ([[User talk:Genjix|talk]]) 03:24, 17 March 2008 (UTC)
 
==Possible bug in program==
The variable 'operation' is set to 1 at the beginning of the program, and never changed afterwards. Hard to see what the point is.
 
==Controversiality==